From 2a38f1873e709e6efd2cd9ef6f43355bee1e821b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 6 Sep 2016 09:43:47 +0300
Subject: [PATCH] - FDNA Jobby SSH is accessible on the default port.

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

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index 269c1fa..c199634 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -115,12 +115,9 @@ IdentityFile ~/.ssh/fdna
 ProxyCommand ssh ns1 nc %h %p
 
 Host annotate.fdna.com
-#HostName annotate.fdna.com
 HostName 119.235.9.148
 User fdna
 IdentityFile ~/.ssh/fdna
-Port 2222
-#LocalForward 8081 localhost:80
 
 Host annotate-stg.fdna.com
 HostName annotate-stg.fdna.com
-- 
GitLab