From 21159f0e7faf987c08c2bcfc31027675295d90c2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 14 May 2015 13:46:47 +0200 Subject: ssh: Forward agent to theos & lucifer --- ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config b/ssh/config index 3b2d8be..4af2c89 100644 --- a/ssh/config +++ b/ssh/config @@ -19,9 +19,11 @@ Host *.kyriasis.com Host theos hostname theos.kyriasis.com PubkeyAuthentication no + ForwardAgent yes Host lucifer hostname lucifer.kyriasis.com + ForwardAgent yes Host git.kyriasis.com User git -- cgit v1.2.3-54-g00ecf