Praca z wieloma kluczami do SSH

Ku zdziwieniu wielu, istnieje (lub trzeba stworzyć) plik konfiguracyjny w katalogu domowym: .ssh/config

Host hostalias1 realname1.example.com
    HostName realname1.example.com
    IdentityFile ~/.ssh/prywatny1.key
    User remoteusername1
    Port 22

Host hostalias2 realname2.example.org
    HostName realname2.example.org
    IdentityFile ~/.ssh/prywatny2.key
    User remoteusername2

Zapisujemy i teraz wpisując: ssh hostalias1 uruchomimy konfigurację dla tej nazwy 🙂

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *

*