From 60b476679c8402d8d6d3a1588c1ea529f13e6717 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 3 Dec 2015 22:17:39 +0200 Subject: [PATCH] Small cleanup for Shore's ssh_config. --- .ssh/config.d/20_shore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index 2da0884..4833efe 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -1,9 +1,12 @@ # shore.co.il infrastructure + +User nimrod +IdentityFile shore_rsa + Host ns1 HostName ns1.shore.co.il LocalForward 9091 xbmc.trusted:9091 DynamicForward 8080 -User nimrod Host xbmc HostName xbmc.trusted @@ -13,7 +16,6 @@ ProxyCommand ssh ns1 nc %h %p Host web1 HostName web1.trusted -User nimrod ProxyCommand ssh ns1 nc %h %p Host ns2 @@ -24,5 +26,4 @@ ProxyCommand ssh ns1 nc %h %p Host cgit HostName cgit.trusted -User nimrod ProxyCommand ssh ns1 nc %h %p -- GitLab