ssh_write_file
Write or append text content to a file on a remote Linux server over SSH using a specified session.
Instructions
Write content to a file on the remote machine.
Args: path: Absolute path to the file content: Content to write session_name: SSH session to use append: If True, append to file instead of overwriting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| append | No | ||
| content | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |