Versions Compared

Key

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

...

As a workaround for this problem, you  may need to add ssh-rsa as a PubkeyAcceptedKeyTypes to your ~/.ssh/config file:

Code Block
languageyml
# ~/.ssh/config file:
Host ecgate
  User          ab0
  PubkeyAcceptedKeyTypes +ssh-rsa
  IdentityFile	~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int
  ProxyCommand /usr/bin/ssh -q -o PubkeyAcceptedKeyTypes=+ssh-rsa -i ~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int -W %h:%p ab0@shell.ecmwf.int

...