Skip to content

Execute SSH Request

Overview

This step calls a remote Linux server to execute corresponding commands

Parameter Configuration

ParameterDescription
Server AddressAddress of the server where commands are executed. The address value can be dynamically specified using expressions
Server PortPort of the server address where commands are executed. The port value can be dynamically specified using expressions
Server UserServer user executing the command. The user value can be dynamically specified using expressions
Server PasswordServer password for command execution. The password value can be dynamically specified using expressions
Execution CommandCommand string to execute. The execution command value can be dynamically specified using expressions

Return Values

ParameterDescription
OutputResult output of command execution
Error MessageError message if command execution fails
Exit CodeExit status code after command execution