ssh_disconnect
Close an active SSH session to a remote host by providing its hostname and username, terminating the secure connection and freeing local resources.
Instructions
Close an SSH connection to a remote host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | IP address or hostname | |
| port | No | SSH port (default: 22) | |
| username | Yes | SSH username |