ssh_execute
Execute commands on remote SSH hosts to control devices like Raspberry Pi and IoT systems, returning output and exit codes for remote management.
Instructions
Execute a command on a connected SSH host. Returns stdout, stderr, and exit code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection ID from ssh_connect | |
| command | Yes | Command to execute | |
| timeout | No | Command timeout in seconds (default: 30) |