ssh_upload_and_execute
Upload and run scripts on remote servers via SSH to automate tasks and manage systems remotely.
Instructions
Upload a script file and execute it on the remote server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | Script content to upload and execute | |
| filename | No | Filename for the script on remote server | mcp_script.sh |
| interpreter | No | Script interpreter (bash, python, etc.) | bash |
| connectionId | No | Connection ID to use | default |
| cleanup | No | Remove script file after execution | |
| timeout | No | Execution timeout in milliseconds |