Update home authored by van Vliet's avatar van Vliet
...@@ -37,8 +37,10 @@ You are free to choose your Linux version, but we recommend the following distri ...@@ -37,8 +37,10 @@ You are free to choose your Linux version, but we recommend the following distri
#### From the command line (ssh) #### From the command line (ssh)
If your login user name from your workstation is the same as the username on the HPC cluster, you can use: If your login user name from your workstation is the same as the username on the HPC cluster, you can use:
- ssh res-hpc-lo01 - ssh res-hpc-lo01
Otherwise: Otherwise:
- ssh username@res-hpc-lo01 - ssh username@res-hpc-lo01
You can make your life easier by editing the file: You can make your life easier by editing the file:
``` ```
vi ~/.ssh/config vi ~/.ssh/config
...@@ -51,7 +53,8 @@ Where you adapt the *user-name*. ...@@ -51,7 +53,8 @@ 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
- or
or
- ssh -Y res-hpc-lo01 - ssh -Y res-hpc-lo01
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:
... ...
......