ssh_shell_send
Send input, including commands with newlines, to an active interactive shell session on a remote server.
Instructions
Send input to an interactive shell session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input to send to the shell (include \n for Enter) | |
| shellId | Yes | Shell ID from ssh_shell_start | |
| sessionId | Yes | Session ID from ssh_connect |