From a8dbf3984e2af6c24cf6cb2fd27230ad2d567dbb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Aug 2015 13:07:38 +0200 Subject: Clean up ssh config --- ssh/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ssh/config b/ssh/config index 9f45882..c073ed0 100644 --- a/ssh/config +++ b/ssh/config @@ -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 -- cgit v1.2.3-54-g00ecf