ssh_test
Test SSH connectivity to a remote host by verifying that the system SSH binary can reach the host using current agent and configuration.
Instructions
Test SSH connectivity to a remote host. Verifies that the system SSH binary can reach the host using the current agent/config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH server hostname or IP address | |
| port | No | SSH server port (default: 22) | |
| username | No | SSH username. Defaults to the current OS user. | |
| extraArgs | No | Extra SSH arguments |