ssh_check_port
Check port reachability on a remote Linux server over SSH. Specify host and port to test connectivity from the remote machine.
Instructions
Test if a specific port is reachable from the remote machine.
Args: host: Target hostname or IP port: Target port number session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |