SSH Run Command
Invokes an SSH command.
Last updated
Invokes an SSH command.
Last updated
This activity executes a user-specified SSH command on the server.
SSH Session Id: ISshSession Variable
Specifies the Ssh Client object to be used for getting ssh server session.
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.\
Result:String Variable
Stores the output of the SSH run command in the user-specified String variable.