From 0be346ed031b1099cd2c8c87b257ed4e8a85b72d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Apr 2016 15:46:31 +0300
Subject: [PATCH] - Added some FDNA machines.

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

diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna
index acb7195..ab4beb5 100644
--- a/.ssh/config.d/20_fdna
+++ b/.ssh/config.d/20_fdna
@@ -32,5 +32,26 @@ HostName bitbucket.org
 User git
 IdentityFile ~/.ssh/fdna
 
+Host monster
+HostName monster
+User nimrod
+IdentityFile ~/.ssh/fdna
+
+Host dl-fdna*
+User nimrod
+IdentityFile ~/.ssh/fdna
+
+Host fe01
+HostName 162.13.41.148
+User nimrod
+IdentityFile ~/.ssh/fdna
+ProxyCommand ssh ns1 nc %h %p
+
+Host db01
+HostName 5.79.16.138
+User nimrod
+IdentityFile ~/.ssh/fdna
+ProxyCommand ssh ns1 nc %h %p
+
 Host *.face2gene.com
 User fdna_srv
-- 
GitLab