Connect using MobaXterm¶
Prerequisites
To work through this guide you must:
- Be a member of an active project in the BriCS portal.
- Have followed the instructions in the Log in guide to set your short name and authenticated to create a valid SSH certificate for connecting to BriCS facilities (using the
clifton
command line tool).
Depending on which service you are connecting to, some of the settings below will change. Refer to this table to check:
Resource | Remote host | Gateway host |
---|---|---|
Isambard-AI | ai-p1.access.isambard.ac.uk |
ai.login.isambard.ac.uk |
Isambard 3 | i3.access.isambard.ac.uk |
ai.login.isambard.ac.uk |
Isambard 3 MACS | i3macs.access.isambard.ac.uk |
ai.login.isambard.ac.uk |
Your username can vary between resources and between projects.
You can run clifton ssh-config
and find your username under the Host
sections at the end.
It will look like bob.j5b
or jane.e7a
where the second part if the ID of your project.
Start up MobaXterm and create a new SSH session:
- Set the "Remote host" to the appropriate value from the table above.
- Check "Specify username" and enter your username as described above.
- Under the "Advanced SSH settings" tab:
- Uncheck "X11-Forwarding".
- Ensure "Remote environment" is set to "Interactive shell".
- Check "Use private key" and set it to the location of your private key, e.g. the file called
id_ed25519
orid_rsa
. - Under "Expert SSH settings" check "Allow agent forwarding".
- Under the "Network settings" tab click the "SSH gateway (jump host)" button:
- Set "Gateway host" to the appropriate value from the table above.
- Set your username to the same as above.
- Check "Use SSH key" and set it to the same path as used above.
- Click "OK".
- You can now connect to the server.