Commit 47be7748 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 df7921b5
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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