ssh_connect
Establish SSH connections to remote hosts for command execution and file transfers. Provides secure access to devices like Raspberry Pi and embedded systems through the MCP Remote Access server.
Instructions
Connect to a remote host via SSH. Returns a connection ID for subsequent commands.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP address (e.g., 'vpn-ap.local' or '192.168.1.100') | |
| username | Yes | SSH username | |
| password | No | SSH password (optional if using key) | |
| key_path | No | Path to SSH private key file (optional) | |
| port | No | SSH port (default: 22) |