ssh_close_session
Close an active SSH session, releasing shell, SFTP, and port forward resources. Warning: kills all running processes in the session.
Instructions
Close an SSH session and release all its resources (shell, SFTP, port forwards). WARNING: this kills any running processes in the session.
Args: session_id: The session ID returned by ssh_connect.
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |