Versions Compared

Key

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

...

The tsh application is required to perform the single sign-on step user authentication once every eight hours.

As tsh is written in Go, it is open source, very portable, and has minimal dependencies.

...

The binary is available for Linux 32-bit, 64-bit, and ARM, as well as signed packages for MacOS and Windows 64-bit.

...

User Authentication

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

First Time

Run tsh, giving the location of our Teleport gateway:

Code Block
languageyml
tsh login --proxy=shell.ecmwf.int:443

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

Subsequent Occasions

Code Block
languageyml
tsh login


Tip

Subsequent logins can be shortened to tsh login

...