ssh_connect
Establish SSH connections to remote servers using hostname, username, and authentication credentials for secure remote access.
Instructions
Connect to a remote server via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP address of the remote server | |
| port | No | SSH port (default: 22) | |
| username | Yes | SSH username | |
| password | No | SSH password (if not using key-based authentication) | |
| privateKeyPath | No | Path to private key file (if using key-based authentication) | |
| passphrase | No | Passphrase for private key (if needed) | |
| connectionId | No | Unique identifier for this connection |