Update home authored by van Vliet's avatar van Vliet
...@@ -153,18 +153,18 @@ Where you adapt the *user-name*. ...@@ -153,18 +153,18 @@ Where you adapt the *user-name*.
#### X11 forwarding #### X11 forwarding
You can show graphical output when you enable X11 forwarding You can show graphical output when you enable X11 forwarding
- ssh -X res-hpc-lo01 - ssh -X res-hpc-lo01.researchlumc.nl
or or
- ssh -X res-hpc-lo02 - ssh -X res-hpc-lo02.researchlumc.nl
or or
- ssh -Y res-hpc-lo01 - ssh -Y res-hpc-lo01.researchlumc.nl
or or
- ssh -Y res-hpc-lo02 - ssh -Y res-hpc-lo02.researchlumc.nl
Once you are logged in, you should be able to run a graphical program, for example: Once you are logged in, you should be able to run a graphical program, for example:
- xterm - xterm
... ...
......