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

.bashrc

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