From 5bee4f14306426f4ac194732ca7bf98cad1e2056 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:26:08 +0200 Subject: ssh: Add h.theos alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index 4644d4a..2c039cb 100644 --- a/ssh/config +++ b/ssh/config @@ -10,7 +10,6 @@ Host * GSSAPIAuthentication yes PubkeyAuthentication yes - Host *.kyriasis.com GSSAPIDelegateCredentials yes ForwardAgent yes @@ -21,14 +20,20 @@ Host git.kyriasis.com User git PubkeyAuthentication no +Host h.theos + hostname h.theos.kyriasis.com + GSSAPIDelegateCredentials yes + ForwardAgent yes + Host theos hostname theos.kyriasis.com PubkeyAuthentication no + GSSAPIDelegateCredentials yes + ForwardAgent yes Host lucifer hostname lucifer.kyriasis.com - Host *.archlinux.org IdentityFile ~/.config/ssh/id_ed25519 ForwardAgent yes -- cgit v1.2.3-54-g00ecf