Skip to content
Snippets Groups Projects
Commit 3199bc78 authored by nimrod's avatar nimrod
Browse files

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

parent ae8a8637
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment