Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once every 12 hours, you will need to refresh your tokens by logging in to the ECMWF website.

Tipinfo

SSH connections can remain active for longer than 12 hours, but new ones will require re-authentication.

...

Your default web browser will open and you should login with your email address, workstation password, and then HID Token code.

Tipinfo

If you're already logged in to the ECMWF website, or have recently logged in to this service, the password prompt might be skipped.

Subsequent Occasions

Code Block
languagebash
themeMidnight
tsh login

Connecting to hosts through the gateway

Tipinfo

Windows users should skip to our Guide for Windows SSH to ECMWF.

...

Code Block
languagebash
themeMidnight
curl -fs https://nexus.ecmwf.int/repository/internal-teleport-configs/prod/teleport_user_ca.pub >> ~/.ssh/authorized_keys


Tipinfo

This configuration will allow access to any host which mounts the same $HOME directory. 

...