ssh_connect
Establish SSH connections to VPS using IP, username, and optional password or private key. Enables secure access for initial setup, service installation, and configuration management.
Instructions
Connect to a VPS via SSH using password or private key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | Yes | VPS IP address or hostname | |
passphrase | No | Private key passphrase (optional) | |
password | No | SSH password (optional) | |
port | No | SSH port (default: 22) | |
privateKeyPath | No | Private key file path (optional) | |
username | Yes | SSH username |