ssh_connect
Establish secure SSH connections to remote servers using password or SSH key authentication. Connect via IPv4 or IPv6 to manage servers and execute commands.
Instructions
Connect to an SSH server using password or SSH key authentication. Supports IPv4 and IPv6.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH server hostname or IP address (IPv4 or IPv6) | |
| port | No | SSH server port | |
| username | Yes | Username for SSH authentication | |
| password | No | Password for authentication (if using password auth) | |
| privateKey | No | Path to private SSH key file (if using key auth) | |
| passphrase | No | Passphrase for encrypted private key (optional) | |
| connectionId | No | Unique identifier for this connection | default |