mcp_ssh_manager
Manage SSH operations securely, including profile setup, command execution, system info retrieval, and host verification. Prevents command injection and ensures sanitized, restricted commands for PostgreSQL API SSH server tasks.
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 |