From 8c045d65d7b7a8cba4d9681a6b3961dd79b6e0d9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:34:38 +0200 Subject: ssh/config: Disable pubkey authentication for git.kyriasis.com --- ssh/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index ef8404b..16164ce 100644 --- a/ssh/config +++ b/ssh/config @@ -18,3 +18,6 @@ Host theos Host lucifer hostname lucifer.kyriasis.com + +Host git.kyriasis.com + PubkeyAuthentication no -- cgit v1.2.3-54-g00ecf