diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:46:47 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:46:47 +0200 |
commit | 21159f0e7faf987c08c2bcfc31027675295d90c2 (patch) | |
tree | ec0ecbb6b645fd014d78ad6fd0f2922e05eacf91 /ssh | |
parent | 44984c0b410fc171fab50fefc6b6671c605036e7 (diff) | |
download | dotfiles-21159f0e7faf987c08c2bcfc31027675295d90c2.tar.xz |
ssh: Forward agent to theos & lucifer
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |