connect_vps
Establish SSH connections to Virtual Private Servers for remote management and control operations.
Instructions
Connect to a VPS using SSH. Requires host, username, and either password or privateKey.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP address of the VPS | |
| port | No | SSH port (default: 22) | |
| username | Yes | SSH username | |
| password | No | SSH password (optional if privateKey provided) | |
| privateKey | No | SSH private key (optional if password provided) |