diff options
-rw-r--r-- | ssh/config | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -10,7 +10,6 @@ Host * GSSAPIAuthentication yes PubkeyAuthentication yes - Host *.kyriasis.com GSSAPIDelegateCredentials yes ForwardAgent yes @@ -21,14 +20,20 @@ Host git.kyriasis.com User git PubkeyAuthentication no +Host h.theos + hostname h.theos.kyriasis.com + GSSAPIDelegateCredentials yes + ForwardAgent yes + Host theos hostname theos.kyriasis.com PubkeyAuthentication no + GSSAPIDelegateCredentials yes + ForwardAgent yes Host lucifer hostname lucifer.kyriasis.com - Host *.archlinux.org IdentityFile ~/.config/ssh/id_ed25519 ForwardAgent yes |