Skip to content
Snippets Groups Projects
Select Git revision
  • 2a7f3d264fb794c91d5f52031f4979eb6b2fd98b
  • master default
2 results

20_shore

Blame
    • nimrod's avatar
      2a7f3d26
      - Removed decomissioned web1@shore. · 2a7f3d26
      nimrod authored
      - Removed proxy via ns1 for ns2, instead opened the firewall in ns2 but
      rate limited ssh connections.
      - Removed Gitolite Vagrant box.
      - Corrected 2nd key file for host01, wdr4300.
      2a7f3d26
      History
      - Removed decomissioned web1@shore.
      nimrod authored
      - Removed proxy via ns1 for ns2, instead opened the firewall in ns2 but
      rate limited ssh connections.
      - Removed Gitolite Vagrant box.
      - Corrected 2nd key file for host01, wdr4300.
    20_shore 1.04 KiB
    # shore.co.il infrastructure
    
    Host ns1 www.shore.co.il
    HostName ns1.shore.co.il
    LocalForward 9091 xbmc.trusted:9091
    DynamicForward 8080
    User nimrod
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    
    Host xbmc
    HostName xbmc.trusted
    User nimrod
    ForwardX11 yes
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    ProxyCommand ssh ns1 nc %h %p
    
    Host ns2
    HostName ns2.shore.co.il
    User admin
    DynamicForward 9999
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    
    Host cgit
    HostName cgit.trusted
    ProxyCommand ssh ns1 nc %h %p
    User nimrod
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    
    Host ns3
    HostName ns3.shore.co.il
    User root
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    DynamicForward 8081
    
    Host host01
    HostName host01.trusted
    User nimrod
    ProxyCommand ssh ns1 nc %h %p
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rsa
    
    Host wdr4300
    HostName wdr4300.trusted
    User root
    ProxyCommand ssh ns1 nc %h %p
    IdentityFile ~/.ssh/shore_ecdsa
    IdentityFile ~/.ssh/shore_rssa
    LocalForward 8082 localhost:80