Logging in (with an SSH client)
Logging in (with an SSH client)
Section titled “Logging in (with an SSH client)”First time login:
Section titled “First time login:”Connect using ssh:
Section titled “Connect using ssh:”From a terminal (all OS)
Connecting to UBELIX via the command line is possible from all major OS. Once you have activated your account for UBELIX you can connect using an ssh client:
$ ssh <user>@submit02.unibe.chwhere you need to replace <username> with your own Campus Account username.
When you connect for the first time, you
will also be asked to check the host key fingerprint of the system and need to
type yes in order to accept it. The fingerprints of the UBELIX login nodes are
listed in the table below. Please make sure that the host key fingerprint
matches one of these.
At the password prompt enter your Campus Account password:
$ ssh <user>@submit03.unibe.chPassword:After log in successfully you will see the welcome message and the command prompt:
Rocky 9.6 Blue Onyx
FQDN: submit03.hpc.unibe.chProcessor: 128x AMD EPYC 7742 64-Core ProcessorKernel: 5.14.0-570.49.1.el9_6.x86_64Memory: 128.223 GB
[user@submit03 ~]$With MobaXTerm (Windows)
MobaXterm combines Terminal sessions with file transfer (scp/ftp) and X Window Server. There are many more features which are not described here. MobaXterm can be downloaded on the MobaXterm Website. There are two versions, portable and installation. You can choose either one.
After installing and starting MobaXterm, a SSH session need to be configured:
-
Click ‘Session’ in the top left corner:

-
In “SSH” tab:
- Set the remote host to a login node, e.g. submit01.unibe.ch
- Enable the “Specify username” option and put your Campus Account short name in the corresponding box (here user ms20e149 will be used)
-
In the “Advanced SSH settings”
- Set SSH-browser type to ‘SCP (enhanced speed)’
- Optionally, tick the ‘Follow SSH path’ button

-
From now one the settings are stored and you can access the session on the left at the star icon

-
MobaXterm will ask you to store the Password and manage a MasterPassword.
After starting the session, you should see the UBELIX login message and prompt.
On the left hand side a File browser is located. There the UBELIX file system can be browsed and files up or downloaded, e.g. using drag and drop or the context menue.

Host key fingerprints
Section titled “Host key fingerprints”| Host | Fingerprint |
|--------- —|----------------------------------------------------------|
| submit01.unibe.ch | SHA256:ScUNCxSnHzfxeLIVB8WY98EvKoVhBujbz6RXaSOw1VA (RSA)
SHA256:qmMfIbwyosfLUsY8BMCTgj6HjQ3Im6bAdhCWK9nSiDs (ED25519) |
| submit02.unibe.ch | SHA256:eRTZGWp2bvlEbl8O1pigcONsFZAVKT+hp+5lSQ8lq/A (ED25519)
SHA256:Q4M+Tv3XsAuFLPdv2t/x3X3QY3IDsKMbNBwFcLoQeS8 (RSA) |
| submit03.unibe.ch | SHA256:IYp6P61TybgGdbBd4w9+bQpIk8Yc3XfYLHG0CslCs6Y (RSA)
SHA256:PUkldwWf86h26PSFHCkEGKsrYlXv668LeSnbHBrMoCQ (ED25519) |
| submit04.unibe.ch | SHA256:+maM19oNjmc6wyHyQSq1eqNtFKPPrEs+fdQm5maZyN8 (RSA)
SHA256:D3cmfXkb40P7W935J2Un8sBUd4Sv2MNLkvz9isJOnu0 (ED25519) |
Troubleshooting
Section titled “Troubleshooting”If you have trouble connecting to UBELIX, you can run the SSH client with verbose output enabled to get more information about what happens when you try to connect:
ssh -vvv <username>@submit02.unibe.chIf you are unable to connect, and you contact the UBELIX support , we recommend that you provide the output of this command as part of your support request. Please include the output as text (copy from terminal, paste into support request), not as pictures.