runRemoteCommand
Execute shell commands on remote SSH hosts using aliases. Set a timeout for long-running operations.
Instructions
Executes a shell command on an SSH host. For long-running commands, increase the timeout parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to execute | |
| timeout | No | Command timeout in milliseconds (default: 120000, max: 300000) | |
| hostAlias | Yes | Alias or hostname of the SSH host |