ssh_execute
Execute commands on remote servers via SSH using predefined configurations. Specify server, command, and optional working directory to automate remote operations efficiently.
Instructions
Execute command on remote SSH server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
cwd | No | Working directory (optional, uses default if configured) | |
server | Yes | Server name from configuration |