Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
ssh -J ab0@jump.ecmwf.int ab0@aa-login


Code Block
languagebash
themeMidnight
# For users without HPC access:
ssh -J ab0@jump.ecmwf.int ab0@ecs-login


The OpenSSH configuration setting for this is named ProxyJump, e.g. add the following lines in the ~/.ssh/conf file on you client system:

...