ssh_read_output
Retrieve output from an active SSH session in real-time, using the session ID and optional timeout. Clear the buffer post-read for streamlined command execution and output management.
Instructions
Read output from an interactive shell session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clearBuffer | No | Clear the output buffer after reading | |
sessionId | Yes | Interactive session ID | |
timeout | No | Timeout in milliseconds to wait for output |