ssh_session_close
Close a persistent SSH session and release the connection, preventing idle connections from lingering until certificate expiry or 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 when the opening certificate expires, or by the idle or maximum-lifetime timeout (whichever comes first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | id of the session to close |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |