Versions Compared

Key

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

...

No Format
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithmsoHostkeyAlgorithms=+ssh-dss -oCiphers=+aes128-cbc uid@ecaccess.ecmwf.int

Alternatively, for a more permanent workaround, add the following lines to ~/.ssh/config on your system:

No Format
Host ecaccess.ecmwf.int
     HostName ecaccess.ecmwf.int
     KexAlgorithms +diffie-hellman-group1-sha1
     HostkeyAlgorithms +ssh-dss
     Ciphers +aes128-cbc 

A new version of the ssh plugin will be delivered soon to avoid this problem.

...