Execute SSH Request
Overview
This step calls a remote Linux server to execute corresponding commands
Parameter Configuration
| Parameter | Description |
|---|---|
| Server Address | Address of the server where commands are executed. The address value can be dynamically specified using expressions |
| Server Port | Port of the server address where commands are executed. The port value can be dynamically specified using expressions |
| Server User | Server user executing the command. The user value can be dynamically specified using expressions |
| Server Password | Server password for command execution. The password value can be dynamically specified using expressions |
| Execution Command | Command string to execute. The execution command value can be dynamically specified using expressions |
Return Values
| Parameter | Description |
|---|---|
| Output | Result output of command execution |
| Error Message | Error message if command execution fails |
| Exit Code | Exit status code after command execution |

