From f138e62a4cdd48aa844905a87e19c0c0dc797735 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 13 Sep 2016 19:57:04 +0300
Subject: [PATCH] - Proxy to FDNA instances through home.

---
 .ssh/config.d/20_fdna | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index 3061362..ef2bbc8 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -133,16 +133,19 @@ Host prod_ops
 HostName 52.18.64.214
 User nimrod
 IdentityFile ~/.ssh/fdna
+ProxyCommand ssh ns1 nc %h %p
 
 Host staging_ops
 HostName 52.31.157.190
 User nimrod
 IdentityFile ~/.ssh/fdna
+ProxyCommand ssh ns1 nc %h %p
 
 Host dev1_ops
 HostName 52.210.145.33
 User nimrod
 IdentityFile ~/.ssh/fdna
+ProxyCommand ssh ns1 nc %h %p
 
 Host nag01.fdna.com
 HostName nag01.cloudapp.net
-- 
GitLab