Commit 0c299d4d authored by Adar Nimrod's avatar Adar 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 6000a0cc
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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