ovh_ssh_check
Test SSH connectivity to a remote server by verifying host, port, username, password, or private key authentication.
Instructions
Test SSH connectivity to a remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host (default: SSH_HOST env) | |
| port | No | SSH port (default: SSH_PORT env or 22) | |
| username | No | SSH username (default: SSH_USER env) | |
| password | No | SSH password (default: SSH_PASSWORD env) | |
| privateKeyFile | No | Path to SSH private key file |