diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:26:08 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 5bee4f14306426f4ac194732ca7bf98cad1e2056 (patch) | |
tree | 0b7ac0915698d21cadd74276efac52ef1f26165e /ssh/config | |
parent | 695cf6fca6891f46185d8ce7722b701f7d02908e (diff) | |
download | dotfiles-5bee4f14306426f4ac194732ca7bf98cad1e2056.tar.xz |
ssh: Add h.theos alias
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh/config')
-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 |