Versions Compared

Key

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

...

Code Block
languagebash
Host ecgate
  UsernameUser ab0
  ProxyCommand /usr/bin/ssh -q -W %h:%p shellab0@shell.ecmwf.int

Difficult client environments

...

Code Block
languageyml
# ~/.ssh/config file:
Host ecgate
  UsernameUser ab0
  IdentityFile ~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int
  ProxyCommand /usr/bin/ssh -i ~/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int -W %h:%p shell.ecmwf.int

...