From d2c5032cb1191eff0cf7eb6e60a7e6a112f74543 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 13 Jul 2016 20:14:38 +0300 Subject: [PATCH] - More FDNA servers in SSH config. --- .ssh/config.d/20_fdna | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index d3ae825..8699a21 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -54,6 +54,12 @@ User nimrod IdentityFile ~/.ssh/fdna ProxyCommand ssh ns1 nc %h %p +Host bef2g2.fdna.com +HostName 134.213.133.173 +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + Host front_end.fdna.com HostName 162.13.140.208 User nimrod @@ -83,6 +89,12 @@ User nimrod IdentityFile ~/.ssh/fdna ProxyCommand ssh ns1 nc %h %p +Host fe02b.fdna.com +HostName 95.138.182.106 +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + Host db01.fdna.com HostName 5.79.16.138 User nimrod -- GitLab