arvan_ssh_check_connection
Verify SSH connectivity and authentication to a server, confirming successful connection and retrieving the SSH banner. Useful for post-provisioning checks.
Instructions
Verify SSH connectivity/auth to a server (useful after provisioning).
Returns whether the connection succeeded and the server's SSH banner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| username | No | ||
| port | No | ||
| private_key | No | ||
| key_file | No | ||
| password | No | ||
| passphrase | No | ||
| known_hosts | No | ||
| connect_timeout | No |