From 71c4a00b938b2c13b91b5108f321551a93efcc67 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 12 Oct 2015 15:01:29 +0300
Subject: [PATCH] Proxy SSH to web1 through ns1.

---
 .ssh/config.d/20_shore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index 954b7b8..a499c04 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -14,6 +14,7 @@ ProxyCommand ssh ns1 nc %h %p
 Host web1
 HostName web1.trusted
 User nimrod
+ProxyCommand ssh ns1 nc %h %p
 
 Host ns2
 HostName ns2.shore.co.il
-- 
GitLab