This activity executes a user-specified SSH command on the server.
SSH Connection
SSH Session Id:ISshSession Variable
Specifies the Ssh Client object to be used for getting ssh server session.
Input
Command:String Argument
Specifies the command to be sent over the SSH Connection.\
Inputs:Dictionary Argument
Specify the additional inputs(if any) that are to be sent over the SSH connection to complete the execution of the specified command.\
Output
Result:String Variable
Stores the output of the SSH run command in the user-specified String variable.