Versions Compared

Key

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

...

No Format
# Teleport gateways
# Temporary workaround to allow concurrent usage of both gateways
Host shell.ecmwf.int jump.ecmwf.int
    IdentityFile ~/.tsh/keys/%h/<email_address>
    CertificateFile ~/.tsh/keys/%h/<email_address>-ssh/%h-cert.pub
    HostKeyAlgorithms ssh-rsa-cert-v01@openssh.com
    PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com

If you are not sure what email address you need to use, just run the tsh login once and run the following:

...

The fix is to add this extra line lines to your OpenSSH configuration:

Code Block
languagebash
Host ecgateshell.ecmwf.int jump.ecmwf.int
  User ab0
  ProxyJump ab0@shell.ecmwf.int
  PubkeyAcceptedKeyTypesHostKeyAlgorithms ssh-rsa-cert-v01@openssh.com
    PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com

...