ssh_session_send
Send a command to an existing SSH session, specifying the session ID, command, and optional timeout.
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) |