From a37547389b06dc9babfa1af6f3456552c53a5509 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Dec 2016 19:18:34 +0100 Subject: ssh: Bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index 2c039cb..45282e2 100644 --- a/ssh/config +++ b/ssh/config @@ -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 -- cgit v1.2.3-54-g00ecf