Differences

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

Link to this comparison view

Both sides previous revision Previous revision
habrok:connecting_to_the_system:macos [2024/07/22 11:20] adminhabrok:connecting_to_the_system:macos [2025/07/31 08:49] (current) pedro
Line 4: Line 4:
 A connection to the cluster can be made from a terminal window using the Terminal app, which can be found in the Utilities folder of Applications. The command to log in is then: A connection to the cluster can be made from a terminal window using the Terminal app, which can be found in the Utilities folder of Applications. The command to log in is then:
  
-<code>+<code bash>
 ssh username@login1.hb.hpc.rug.nl ssh username@login1.hb.hpc.rug.nl
 </code> </code>
Line 14: Line 14:
 If you want to launch an application with a graphical user interface, you will have to add an additional ''-Y'' flag to the ''ssh'' command: If you want to launch an application with a graphical user interface, you will have to add an additional ''-Y'' flag to the ''ssh'' command:
  
-<code>+<code bash>
 ssh -Y username@login1.hb.hpc.rug.nl ssh -Y username@login1.hb.hpc.rug.nl
 </code> </code>