tools.ssh module

SSH tools for remote server management.

╔═══════════════════════════════════════════════════════════════════════════════╗ ║ 🔐 SSH TOOLS ║ ╠═══════════════════════════════════════════════════════════════════════════════╣ ║ ssh_connect — Establish persistent SSH connection ║ ║ ssh_execute — Run command on connected server ║ ║ ssh_disconnect — Close a named connection ║ ║ ssh_disconnect_all — Close all your connections ║ ║ ssh_list_connections — List your active connections ║ ╠═══════════════════════════════════════════════════════════════════════════════╣ ║ SECURITY: Requires UNSANDBOXED_EXEC privilege (bit 2) ║ ║ Per-user connection isolation: users can only access their own connections ║ ╚═══════════════════════════════════════════════════════════════════════════════╝

Requires: asyncssh (pip install asyncssh)