ssh_conn_is_connected
Check if an active SSH connection exists. Returns true if connected, false otherwise.
Instructions
Check if there is an active SSH connection.
Returns: bool: True if an active connection exists, False otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |