Changes
Page history
Update home
authored
Jan 16, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b2126c30
...
...
@@ -37,8 +37,10 @@ You are free to choose your Linux version, but we recommend the following distri
#### 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:
-
ssh res-hpc-lo01
Otherwise:
-
ssh username@res-hpc-lo01
You can make your life easier by editing the file:
```
vi ~/.ssh/config
...
...
@@ -51,7 +53,8 @@ Where you adapt the *user-name*.
#### X11 forwarding
You can show graphical output when you enable X11 forwarding
-
ssh -X res-hpc-lo01
-
or
or
-
ssh -Y res-hpc-lo01
Once you are logged in, you should be able to run a graphical program, for example:
...
...
...
...