From 375b74e11b77eb2ed0c36ee1fdc481f74c64fe4d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 12 Dec 2016 21:21:44 +0200
Subject: [PATCH] - Removed decomissioned servers from FDNA SSH config.

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

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index cfc3b53..55137bb 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -29,78 +29,6 @@ Host dl-fdna*
 User nimrod
 IdentityFile ~/.ssh/fdna_rsa
 
-Host be02.fdna.com
-HostName 162.13.147.40
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host bef2g2.fdna.com
-HostName 134.213.133.173
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host bef2g2II.fdna.com
-HostName 134.213.222.27
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host bemobile.fdna.com
-HostName 162.13.147.33
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host front_end.fdna.com
-HostName 162.13.140.208
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host db02.fdna.com
-HostName 95.138.161.121
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host fe_admin.fdna.com
-HostName 95.138.162.241
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host fe01.fdna.com
-HostName 162.13.41.148
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host fe01a.fdna.com
-HostName 162.13.119.44
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host fe02b.fdna.com
-HostName 95.138.182.106
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host db01.fdna.com
-HostName 5.79.16.138
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
-Host bkp01.fdna.com
-HostName 162.13.46.132
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-
 Host annotate.fdna.com
 HostName 119.235.9.148
 User fdna
@@ -141,12 +69,3 @@ HostName nag01.cloudapp.net
 User fdna_srv
 IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
-
-Host *.face2gene.com
-User fdna_srv
-
-Host app.fdna.com
-HostName app.fdna.com
-User nimrod
-IdentityFile ~/.ssh/fdna_rsa
-ProxyCommand ssh ns1 nc %h %p
-- 
GitLab