From 62dc6a88bb1b941497f0e70a0f3c68809522f451 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 14 Nov 2016 19:44:52 +0200
Subject: [PATCH] - Renamed FDNA key.

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

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index eb04170..cfc3b53 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -3,7 +3,7 @@
 Host git.face2gene.com
 HostName git.face2gene.com
 User git
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host bch.face2gene.com
 HostName bch.face2gene.com
@@ -13,133 +13,133 @@ IdentityFile ~/.ssh/fdna_bch
 Host bitbucket.org
 HostName bitbucket.org
 User git
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host monster
 HostName monster
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host backup
 HostName backup
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host dl-fdna*
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host be02.fdna.com
 HostName 162.13.147.40
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host bef2g2.fdna.com
 HostName 134.213.133.173
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host bef2g2II.fdna.com
 HostName 134.213.222.27
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host bemobile.fdna.com
 HostName 162.13.147.33
 User nimrod
-IdentityFile ~/.ssh/fdna
+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
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host db02.fdna.com
 HostName 95.138.161.121
 User nimrod
-IdentityFile ~/.ssh/fdna
+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
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host fe01.fdna.com
 HostName 162.13.41.148
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host fe01a.fdna.com
 HostName 162.13.119.44
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host fe02b.fdna.com
 HostName 95.138.182.106
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host db01.fdna.com
 HostName 5.79.16.138
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host bkp01.fdna.com
 HostName 162.13.46.132
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host annotate.fdna.com
 HostName 119.235.9.148
 User fdna
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host annotate-stg.fdna.com
 HostName annotate-stg.fdna.com
 User fdna
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host prod_ops
 HostName 52.51.1.6
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host staging_ops
 HostName 52.31.157.190
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host dev1_ops
 HostName 52.212.7.27
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host qa2_ops
 HostName 52.210.12.69
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host qa1_ops
 HostName 52.50.120.77
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 
 Host nag01.fdna.com
 HostName nag01.cloudapp.net
 User fdna_srv
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
 
 Host *.face2gene.com
@@ -148,5 +148,5 @@ User fdna_srv
 Host app.fdna.com
 HostName app.fdna.com
 User nimrod
-IdentityFile ~/.ssh/fdna
+IdentityFile ~/.ssh/fdna_rsa
 ProxyCommand ssh ns1 nc %h %p
-- 
GitLab