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

20_shore

Blame
  • 20_shore 435 B
    # shore.co.il infrastructure
    Host ns1
    HostName ns1.shore.co.il
    LocalForward 9091 xbmc.trusted:9091
    DynamicForward 8080
    User nimrod
    
    Host xbmc
    HostName xbmc.trusted
    User xbmc
    ForwardX11 yes
    ProxyCommand ssh ns1 nc %h %p
    
    Host web1
    HostName web1.trusted
    User nimrod
    ProxyCommand ssh ns1 nc %h %p
    
    Host ns2
    HostName ns2.shore.co.il
    User admin
    DynamicForward 8080
    
    Host cgit
    HostName cgit.trusted
    User nimrod
    ProxyCommand ssh ns1 nc %h %p