ssh_session_send
Execute a remote command in an active SSH session by providing the session ID and command. Set an execution timeout if needed.
Instructions
Send a command to an existing SSH session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session ID from ssh_session_start | |
| command | Yes | Command to execute in the session | |
| timeout | No | Command timeout in milliseconds (default: 30000) |