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@aaab0@hpc-login


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

...

Code Block
languagebash
# For ecgate and Cray HPCF
Host ecg* cc* 
  User ab0
  ProxyJump shell.ecmwf.int

# For Atos HPCF
Host a?-* a??-* hpc-* hpc2020-* ecs-login*
  User ab0
  ProxyJump jump.ecmwf.int

...