ssh_session_close
Close an active SSH session to release the connection and avoid keeping it open until timeout.
Instructions
Close a persistent SSH session and release the connection. Always call when done working with a session; an unclosed session keeps its SSH connection until it is reaped by the idle or maximum-lifetime timeout (not by the certificate TTL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | id of the session to close |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |