Login

Published

December 16, 2025

WarningPrerequisites

SSH Login with MobaXterm (Windows)

Here we provide the steps to connect to the cluster using MobaXterm.

  1. Download and install MobaXTerm from mobatek.net.
  2. Open MobaXTerm and click on Session
  3. Enter the Basic SSH settings as follows:
    1. Remote host: ada.labs.vu.nl
    2. Tick “specify username”
    3. Enter your username (VUnetID)
  4. Go to “Network settings” and click SSH gateway (jump host)
  5. Enter the following details and click OK
    1. Gateway host: ssh.data.vu.nl
    2. Enter your username (VUnetID)
  6. Save the settings. When not connected automatically, you can click on User sessions, and double click “ada.labs.vu.nl (VUnetID)”
  7. You will be asked for a password for “ssh.data.vu.nl”. This is your NORMAL VUNETID password, NOT the cluster password your received from ITVO.
  8. If not connected automatically, connect to the server again. Now you will see a terminal window which asks for another password. Here you should enter the CLUSTER password that you received from ITVO. Note that you will not see the cursor moving when typing. This is normal. When you finished typing your password hit ENTER.
  9. You will now see a terminal window, similar to this one. On connecting for the first time, you will be asked to change your CLUSTER password. Enter your CLUSTER password, then enter a new password (this can be identical to your VUNETID password).
  10. Congratulations, you are now connected to the cluster!

Login node policy

Login nodes are only for light tasks: edit scripts, manage files, submit SLURM jobs. Do not run notebooks, VS Code Server, heavy compiles, or long‑running programs here.

Use interactive nodes (inter01inter04) for heavier interactive work, or see Open OnDemand in the Quick Start.

Optional tools

  • VS Code Remote‑SSH works with this config. Target inter01 (not ada-login).
  • MobaXterm (Windows) and iTerm2 (macOS) are optional SSH clients.
  • Remote desktop (RDP) to interactive nodes is available when on campus/VPN.

Troubleshooting (short)

  • Ensure VPN/campus access for *.labs.vu.nl; stepstone is public.
  • List loaded keys: ssh-add -l; add your key if missing.
  • Increase verbosity: ssh -vvv ada-login.
  • If you mistyped passwords too often, wait 15 minutes and try again.
  • File permissions: chmod 700 ~/.ssh; chmod 600 ~/.ssh/authorized_keys (on ADA).

Still stuck? Email itvo.it@vu.nl with OS, client, network location, and the verbose output of ssh -vvv ada-login.