ssh_execute
Run a command on a remote server over SSH using a named connection, with an optional custom timeout.
Instructions
Execute a command on a remote SSH connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | Name of the SSH connection to use | |
| command | Yes | Command to execute on the remote server | |
| timeout | No | Command timeout in seconds (default: 30) |