From 3199bc78170fa5360a9eb9adb19c70bd713d0503 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 28 Mar 2017 14:57:25 +0300 Subject: [PATCH] - Replace internal FDNA server with IPs because resolving doesn't work when using the VPN. --- .ssh/config.d/20_fdna | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index 52f5e1d..df4610e 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -16,12 +16,12 @@ User git IdentityFile ~/.ssh/fdna_rsa Host monster -HostName monster +HostName 10.0.0.209 User nimrod IdentityFile ~/.ssh/fdna_rsa Host backup -HostName backup +HostName 10.0.0.210 User nimrod IdentityFile ~/.ssh/fdna_rsa @@ -35,17 +35,17 @@ HostName 10.0.0.111 User nimrod IdentityFile ~/.ssh/fdna_rsa -Host dl-fdna* +Host 10.0.0.20? User nimrod IdentityFile ~/.ssh/fdna_rsa Host storage -HostName storage +HostName 10.0.0.220 User nimrod IdentityFile ~/.ssh/fdna_rsa Host data-management -HostName data-management +HostName 10.0.0.109 User nimrod IdentityFile ~/.ssh/fdna_rsa -- GitLab