Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:connecting_to_the_system:macos [2023/05/01 09:48] – [macOS] fokke | 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 | ||
+ | </ | ||
+ | |||
+ | Here '' | ||
+ | |||
+ | ===== GUI desktop ===== | ||
+ | |||
+ | If you want to launch an application with a graphical user interface, you will have to add an additional '' | ||
+ | |||
+ | <code bash> | ||
ssh -Y username@login1.hb.hpc.rug.nl | ssh -Y username@login1.hb.hpc.rug.nl | ||
</ | </ | ||
- | Here '' | + | The '' |
+ | |||
+ | ===== Alternative terminal app ===== | ||
Another terminal app that you can use and which has more features than the default one, is iTerm2, which you can download for free at https:// | Another terminal app that you can use and which has more features than the default one, is iTerm2, which you can download for free at https:// |