ssh_exec
Execute commands on remote servers through SSH connections to manage systems and run scripts remotely.
Instructions
Execute a command on the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection | |
| command | Yes | Command to execute | |
| cwd | No | Working directory for the command | |
| timeout | No | Command timeout in milliseconds |