Changes between Version 45 and Version 46 of vnc3d


Ignore:
Timestamp:
04/20/16 10:55:12 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v45 v46  
    175175
    176176'''Linux:'''\\
    177 If your operating system is Linux, just use:
    178 {{{ #!ShellExample
    179 ssh -4 -N -L 5901:jrc1391:5901 jureca.fz-juelich.de
    180 }}}
     177If your operating system is Linux use for interactive nodes (NODE is most likely jurecavis01... or jurecavis02...):
     178{{{ #!ShellExample
     179ssh -4 -N -L 5901:localhost:590<DISPLAY> <NODE>
     180}}}
     181
     182and for dedicated nodes:
     183{{{ #!ShellExample
     184ssh -4 -N -L 5901:<NODE>:590<DISPLAY> jureca.fz-juelich.de
     185}}}
     186
     187
    181188
    182189'''Windows:'''\\