You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/17 05:11:21 UTC

[GitHub] [dolphinscheduler] zhuxt2015 commented on issue #11652: [Feature] DS can support task running on remote host, not just worker server.

zhuxt2015 commented on issue #11652:
URL: https://github.com/apache/dolphinscheduler/issues/11652#issuecomment-1250002021

   Please make things simple.
   We just only want to execute command in remote server. just like `ssh user@10.10.125.1  "echo 'hello world'"`.
   
   My suggestion is as follows:
   
   1. So we just add a ssh server source, config ip、port、username、 password or select a id_ras.pub file from Resources to use login with key-based authentication.
   <img width="591" alt="image" src="https://user-images.githubusercontent.com/13765310/190841320-79961704-a4ac-46a9-8ae6-17d73fcd2d3e.png">
   
   2. select the ssh server source in Shell task。
   <img width="600" alt="image" src="https://user-images.githubusercontent.com/13765310/190841512-10f65629-23b6-4531-8b6f-d851e36a8533.png">
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org