diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-20 19:18:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | a37547389b06dc9babfa1af6f3456552c53a5509 (patch) | |
tree | e21ef4a52f6e0af6b3a28a1bc38760eb5bb32e47 /ssh/config | |
parent | 145a8cbc344d66b0e0ba582d02745ea2f5bf3564 (diff) | |
download | dotfiles-a37547389b06dc9babfa1af6f3456552c53a5509.tar.xz |
ssh: Bump
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh/config')
-rw-r--r-- | ssh/config | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -10,34 +10,30 @@ Host * GSSAPIAuthentication yes PubkeyAuthentication yes -Host *.kyriasis.com - GSSAPIDelegateCredentials yes - ForwardAgent yes - ForwardX11 yes - ForwardX11Trusted yes - Host git.kyriasis.com User git PubkeyAuthentication no -Host h.theos +Host h.theos h.theos.kyriasis.com hostname h.theos.kyriasis.com GSSAPIDelegateCredentials yes ForwardAgent yes + ForwardX11 yes + ForwardX11Trusted yes -Host theos +Host theos theos.kyriasis.com hostname theos.kyriasis.com - PubkeyAuthentication no GSSAPIDelegateCredentials yes ForwardAgent yes + ForwardX11 yes + ForwardX11Trusted yes Host lucifer hostname lucifer.kyriasis.com Host *.archlinux.org - IdentityFile ~/.config/ssh/id_ed25519 - ForwardAgent yes User demize + ForwardAgent yes Host aur.archlinux.org User aur |