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