Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

20_endless

Blame
    • nimrod's avatar
      f4cbe7da
      SSH config. · f4cbe7da
      nimrod authored
      - Move global config to appear last (first setting that matches wins,
      thus global should be last, matches anything that's not explicit).
      - Added specific braavos@endless config.
      f4cbe7da
      History
      SSH config.
      nimrod authored
      - Move global config to appear last (first setting that matches wins,
      thus global should be last, matches anything that's not explicit).
      - Added specific braavos@endless config.
    20_endless 792 B
    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 none
    Ciphers aes256-cbc
    
    Host 10.17.*.* home.dev.endlessm.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