Versions Compared

Key

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

...

For OpenSSH clients older than 7.3, the following will work in your ~/.ssh/config file:

Code Block
languagebash
# ~/.ssh/config file:
Host ecgate
  User ab0
  ProxyCommand /usr/bin/ssh -q -W %h:%p ab0@shell.ecmwf.int

...