Skip to content
Snippets Groups Projects
Select Git revision
  • fb18f2b1d37e7f89ad83e4752b2b0f687dfafb35
  • master default
  • ci-debug
3 results

README.md

Blame
  • 20_endless 983 B
    
    #Endless
    
    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
    
    Host braavos.endlessm-sf.com
    KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
    MACs hmac-sha1
    User sysmgr
    
    Host ap?.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
    
    Host 172.31.*.* 10.*.*.* *.endlessm.com *.endlessm-sf.com endlessm.com
    User nimrod
    IdentityFile ~/.ssh/endless_ecdsa
    IdentityFile ~/.ssh/endless_rsa
    IdentityFile ~/.ssh/endless_us-west-2
    IdentityFile ~/.ssh/endless_us-west-1