Commit 19e273e5 authored by nimrod's avatar nimrod
Browse files

- Replace internal FDNA server with IPs because resolving doesn't work when using the VPN.

parent 5a472d26
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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