host_test
Test SSH connectivity to a configured host by logging in and executing 'id' and 'uname -a', returning the output to confirm access and system information.
Instructions
SSH kapcsolat tesztelese egy geppel: bejelentkezes + 'id' es 'uname -a'.
Args: params (HostNameInput): name. Returns: str: A kapcsolat eredmenye es az alap parancsok kimenete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |