From 90368ec1af3716a562f986173eff8896c13b8b6b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 14 Aug 2016 10:37:12 +0300 Subject: [PATCH] - Update FDNA server list. --- .ssh/config.d/20_fdna | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index 306ee90..341a7f0 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -42,12 +42,6 @@ Host dl-fdna* User nimrod IdentityFile ~/.ssh/fdna -Host be01.fdna.com -HostName 134.213.133.166 -User nimrod -IdentityFile ~/.ssh/fdna -ProxyCommand ssh ns1 nc %h %p - Host be02.fdna.com HostName 162.13.147.40 User nimrod @@ -60,6 +54,18 @@ User nimrod IdentityFile ~/.ssh/fdna ProxyCommand ssh ns1 nc %h %p +Host bef2g2II.fdna.com +HostName 134.213.222.27 +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + +Host bemobile.fdna.com +HostName 162.13.147.33 +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + Host front_end.fdna.com HostName 162.13.140.208 User nimrod -- GitLab