Read Remote Text
remote_ssh_read_textRead text files from remote Linux hosts over SSH. Specify the path and optional byte limit to fetch file contents securely.
Instructions
Read a text file from the configured SSH host. Large files are clipped by maxBytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH hostname or IP address. Overrides REMOTE_SSH_HOST. | |
| path | Yes | Remote Linux path. Use absolute paths or ~/path. | |
| maxBytes | No | Maximum bytes to read from the remote file. | |
| timeoutMs | No | Timeout in milliseconds. |