Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:connecting_to_the_system:linux [2022/12/14 15:21] fokkehabrok:connecting_to_the_system:linux [2023/05/01 09:48] (current) – [Command line only] fokke
Line 4: Line 4:
 ===== Command line only ===== ===== Command line only =====
  
-Other than having ssh installed on your machine, this method has no further prerequisites for its use.+Other than having ssh installed on your machine, this method has no further prerequisites for its use. You can just pick one of the [[habrok:connecting_to_the_system:connecting#hostnames|login/interactive nodes]], and connect to it using, for instance:
  
 <code> <code>
-ssh username@habrok.hpc.rug.nl+ssh username@login1.hb.hpc.rug.nl
 </code> </code>
 +
 +After this you will be prompted for your password followed by the authenticator token.
 ===== GUI desktop ===== ===== GUI desktop =====
 +
 +If you want to launch an application with a graphical user interface, you will have to add an additional ''-X'' flag to the ''ssh'' command:
  
 <code> <code>
-ssh -X username@habrok.hpc.rug.nl+ssh -X username@interactive1.hb.hpc.rug.nl
 </code> </code>
-The -X” option will enable X11 Forwarding, which is necessary to be able to display graphical output from programs running on the cluster. Note that this option may be the default setting on your system. An X server should be running on your local desktop to allow graphical output. On Linux, an X server is running by default so no further software is required for this.+The ''-X'' option will enable X11 Forwarding, which is necessary to be able to display graphical output from programs running on the cluster. Note that this option may be the default setting on your system. An X server should be running on your local desktop to allow graphical output. On Linux, an X server is running by defaultso no further software is required for this.