remote-ssh
Execute commands on remote servers via SSH using private key authentication.
Instructions
Execute SSH commands on remote servers with private key authentication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Remote server hostname or IP address | |
| user | Yes | SSH username | |
| command | Yes | Command to execute on remote server | |
| privateKeyPath | No | Path to SSH private key (optional, falls back to SSH_PRIVATE_KEY env var) | |
| port | No | SSH port (default: 22) |