ssh_close_session
Terminate a specific SSH session using the session ID to manage active connections efficiently within the SSH MCP Server.
Instructions
특정 SSH 세션 종료
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"title": "ssh_close_sessionArguments",
"type": "object"
}