ssh_connect
Establish a secure SSH connection to a remote host by specifying host, username, port, and optional private key. Supports multiplexing for efficient session management.
Instructions
Establish an SSH connection to a remote host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Remote hostname or IP address | |
| port | No | SSH port (default: 22) | |
| keyPath | No | Path to private key file (optional) | |
| username | Yes | SSH username | |
| useControlMaster | No | Enable ControlMaster for connection multiplexing |