mcp_ssh_manager
Manage SSH operations securely, including profile setup, command execution, host checking, and system info retrieval. Protects against command injection and enforces security constraints.
Instructions
🔐 SSH Manager - безопасные SSH операции: setup_profile, list_profiles, execute, system_info, check_host. Защита от command injection, санитизация команд, ограничения безопасности.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Действие SSH | |
command | No | Команда для выполнения | |
host | No | Хост SSH сервера | |
password | No | Пароль SSH | |
port | No | Порт SSH | |
profile_name | No | Имя профиля подключения (по умолчанию 'default') | |
username | No | Имя пользователя SSH |