Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
habrok:connecting_to_the_system:macos [2024/07/22 11:20] – admin | habrok: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: | ||
- | < | + | < |
ssh username@login1.hb.hpc.rug.nl | ssh username@login1.hb.hpc.rug.nl | ||
</ | </ | ||
Line 14: | Line 14: | ||
If you want to launch an application with a graphical user interface, you will have to add an additional '' | If you want to launch an application with a graphical user interface, you will have to add an additional '' | ||
- | < | + | < |
ssh -Y username@login1.hb.hpc.rug.nl | ssh -Y username@login1.hb.hpc.rug.nl | ||
</ | </ |