From 526279a77dca33b9383b7c986069ff851d567d2b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 21 Sep 2016 18:28:56 +0300
Subject: [PATCH] - The following updates to FDNA SSH config:     - Updated the
 IP address of prod_ops.     - Removed the proxy through ns1 (not needed any
 more).     - Added qa2_ops.

---
 .ssh/config.d/20_fdna | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index ef2bbc8..0a0666e 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -130,22 +130,24 @@ User fdna
 IdentityFile ~/.ssh/fdna
 
 Host prod_ops
-HostName 52.18.64.214
+HostName 52.51.1.6
 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 qa2_ops
+HostName 52.49.210.121
+User nimrod
+IdentityFile ~/.ssh/fdna
 
 Host nag01.fdna.com
 HostName nag01.cloudapp.net
-- 
GitLab