ssh_exec
Execute shell commands on remote servers through persistent SSH sessions. Run commands in background or with custom timeouts for secure remote management.
Instructions
Execute a command on a connected SSH session.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from ssh_connect | |
| command | Yes | Shell command to execute | |
| timeout_ms | No | Command timeout in milliseconds | |
| background | No | Run command in background |