execute-command
Execute SSH commands on remote servers to run scripts, manage systems, and retrieve output results securely through a controlled interface.
Instructions
Execute command on connected server and get output result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmdString | Yes | Command to execute | |
| connectionName | No | SSH connection name (optional, default is 'default') | |
| timeout | No | Command execution timeout in milliseconds (optional, default is 30000ms) | |
| cwd | No | Working directory to execute the command in (optional) | |
| sudo | No | Execute command with sudo privileges (optional, default is false) |