ssh_connect
Establish SSH connections to remote servers using host, username, and authentication details. Supports password and private key methods for secure remote access and operations.
Instructions
Connect to an SSH server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | Unique identifier for this connection | |
host | Yes | SSH server hostname or IP address | |
passphrase | No | Passphrase for private key | |
password | No | SSH password (if not using key) | |
port | No | SSH port number | |
privateKeyPath | No | Path to private key file | |
username | Yes | SSH username |