ssh_check_connection
Checks SSH connectivity to a remote host, returning alive status and diagnostics to resolve connection issues.
Instructions
Check whether the SSH connection to the remote host is alive.
Returns connection status and diagnostics. If it can't connect, the message explains what to check (host reachability, key / agent / ~/.ssh/config setup).
Args: host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No |