SSH Run Command
Invokes an SSH command.
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 ArgumentSpecify 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 VariableStores the output of the SSH run command in the user-specified String variable.
Last updated