Skip to content
Snippets Groups Projects
Commit 6c992b1a authored by nimrod's avatar nimrod
Browse files

Clean the Endless SSH config.

Use the openvpn endpoint as a jump host, it eases the firewall
restrictions. Clean up duplications.
parent f206ecd0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
Host appupdates.endlessm.com irc.endlessm.com status.endlessm.com
Port 2200
ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p
Host vpn-router.sf.endlessm.com
Port 2022
......@@ -13,22 +12,17 @@ KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
MACs hmac-sha1
User sysmgr
Host ap?.endlessm-sf.com
Host ap?.endlessm-sf.com router.endlessm-sf.com
Ciphers aes256-cbc
User endlessapadmin
Host router.endlessm-sf.com
ProxyCommand ssh vpn-router.sf.endlessm.com -W %h:%p
Ciphers aes256-cbc
User endlessadmin
Host 10.17.*.* *.dev.endlessm.com *.dev.endlessm-sf.com
ProxyCommand ssh vpn-router.uw1.endlessm.com -W %h:%p
Host 172.31.*.* 10.*.*.* *.endlessm-sf.com
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p
ProxyCommand ssh openvpn.endlessm.com -W %h:%p
Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
User nimrod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment