Skip to content
Snippets Groups Projects
Commit 526279a7 authored by nimrod's avatar nimrod
Browse files

- The following updates to FDNA SSH config:

    - Updated the IP address of prod_ops.
    - Removed the proxy through ns1 (not needed any more).
    - Added qa2_ops.
parent 370954dc
No related branches found
No related tags found
No related merge requests found
......@@ -130,22 +130,24 @@ User fdna
IdentityFile ~/.ssh/fdna
Host prod_ops
HostName 52.18.64.214
HostName 52.51.1.6
User nimrod
IdentityFile ~/.ssh/fdna
ProxyCommand ssh ns1 nc %h %p
Host staging_ops
HostName 52.31.157.190
User nimrod
IdentityFile ~/.ssh/fdna
ProxyCommand ssh ns1 nc %h %p
Host dev1_ops
HostName 52.210.145.33
User nimrod
IdentityFile ~/.ssh/fdna
ProxyCommand ssh ns1 nc %h %p
Host qa2_ops
HostName 52.49.210.121
User nimrod
IdentityFile ~/.ssh/fdna
Host nag01.fdna.com
HostName nag01.cloudapp.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment