diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:07:38 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:07:38 +0200 |
commit | 13258672a0eef9492cc8978a0b0a74a0987fa700 (patch) | |
tree | a6bc254a915fffa0412068d9333c60bcc738bc23 | |
parent | b1ecaab5a7ef71307ef51a7c99f5e9a9b7025985 (diff) | |
download | dotfiles-13258672a0eef9492cc8978a0b0a74a0987fa700.tar.xz |
Clean up ssh config
-rw-r--r-- | ssh/config | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,6 +10,7 @@ Host * GSSAPIAuthentication yes PubkeyAuthentication yes + Host *.kyriasis.com GSSAPIDelegateCredentials yes ForwardAgent yes @@ -23,11 +24,9 @@ Host git.kyriasis.com Host theos hostname theos.kyriasis.com PubkeyAuthentication no - ForwardAgent yes Host lucifer hostname lucifer.kyriasis.com - ForwardAgent yes Host *.archlinux.org |