Versions Compared

Key

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

...

Run tsh, giving the location of our gateway:

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

...

Subsequent Occasions

Code Block
languagebash
themeMidnight
tsh login


Info

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

...

For example, if your username is ab0 and you wish to connect to ecgate:

Code Block
languagebash
themeMidnight
ssh -J ab0@shell.ecmwf.int ab0@ecgate

...

For login without a password, add the Teleport certificate authority to your ~/.ssh/authorized_keys file:

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

...