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:13:42 +0200 |
commit | a8dbf3984e2af6c24cf6cb2fd27230ad2d567dbb (patch) | |
tree | 10c6c124145cd0521ca3bf33047d58deb0454498 | |
parent | d45c0255e15dc342755ed3e310117071262b2305 (diff) | |
download | dotfiles-a8dbf3984e2af6c24cf6cb2fd27230ad2d567dbb.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 |