ssh_execute
Execute commands on a remote SSH server using a server from configuration, with optional working directory and timeout.
Instructions
Execute command on remote SSH server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name from configuration | |
| command | Yes | Command to execute | |
| cwd | No | Working directory (optional, uses default if configured) | |
| timeout | No | Command timeout in milliseconds (default: 120000, max: 300000) |