quick_connect
Connect temporarily to an SSH server and get a server_id for later operations. Connection is not saved.
Instructions
Temporary server connection (not saved). Returns host:port as server_id for subsequent operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | IP address or hostname | |
| port | No | SSH port, default 22 | |
| password | No | SSH password | |
| username | Yes | SSH username | |
| private_key | No | Private key file path |