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

README.rst

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