Connecting from a Linux Client¶
SSH without X11 Forwarding¶
This is the standard method. Official X11 support is provided through NoMachine. For normal SSH sessions, use your SSH client as follows:
SSH with X11 Forwarding¶
Official X11 Forwarding support is through NoMachine. Please follow the document {Job Submission -> Interactive Jobs} and {Accessing Merlin -> NoMachine} for more details. However, we provide a small recipe for enabling X11 Forwarding in Linux.
- For enabling client X11 forwarding, add the following to the start of
~/.ssh/configto implicitly add-Xto all ssh connections:
- Alternatively, you can add the option
-Yto thesshcommand. In example:
- For testing that X11 forwarding works, just run
sview. A X11 based slurm view of the cluster should popup in your client session: