ssh_execute
Execute commands on remote servers through established SSH connections to manage systems and automate tasks securely.
Instructions
Execute a command on an established SSH connection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute on the remote server | |
| connectionId | No | Connection ID to use | default |
| timeout | No | Command timeout in milliseconds |