← Все утилиты

SSH Config Builder

Host #1

# Общие настройки
Host *
    ServerAliveInterval 60
    ServerAliveCountMax 3
    AddKeysToAgent yes
    IdentitiesOnly yes

Host production
    HostName 194.87.104.208
    User deploy
    Port 6622
    IdentityFile ~/.ssh/id_ed25519_prod

© 2026 Terminal Notes. Built with SvelteKit.