Versions Compared

Key

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

...

Code Block
languagebash
eval $(ssh-agent -s)
tsh logout
tsh login --proxy=jump.ecmwf.int

And this will make sure the Agent continues to run in your environment:

...