⚠️ Note: GUI applications may be slow and impact other users. Use sparingly.
If using MacOS, install XQuartz before running the following commands.
From university network:
ssh -X username@moriah-gw.cs.huji.ac.il
From external network:
ssh -X -J username@bava.cs.huji.ac.il username@moriah-gw.cs.huji.ac.il
Or add to ~/.ssh/config:
Host moriah
ForwardX11 yes