ssh_execute
Execute commands on remote systems over SSH. Provide a session ID and command to run, with optional timeout.
Instructions
Execute a command on a remote system via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute | |
| timeout | No | Timeout in seconds (optional) | |
| sessionId | Yes | Session ID |