I need to write a flow to execute a commands from linux host to multiple servers , can any body help me what approach in need to follow in detail
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Sheeni Ps, the remote servers are also linux?
If this is the case you might want to use the Workflow Designer and the Base CloudSlang content pack to create the workflow with io.cloudslang.base.ssh.ssh_command operation.
If you need to run commands on remote Windows servers you can use io.cloudslang.base.winrm.winrm_command operation, but it can work only from a Windows host after you configure the winrm service. You can achieve this by supplementing your Central topology with an additional RAS that you can install on a Windows server. Please use the worker groups feature to make sure this command will always be executed on the Windows RAS.
I hope this helps.
I am not aware of another method to connect through SSH with these operations. They all support private keys so you should try with this approach if you can't use password.