ssh_exec
Execute a shell command on a connected remote host and return stdout, stderr, and exit code to troubleshoot issues or automate tasks.
Instructions
Execute a single command on a connected remote host. Returns stdout, stderr, and exit code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| timeout | No | Command timeout in milliseconds (default: 30000) | |
| connectionId | Yes | The connection ID |