Versions Compared

Key

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

...

Expand
titleMobaXterm SSH from Windows 10 (ECMWF laptop)
  1. Install MobaXterm if it is not already on your system
  2. Download tsh (you may need to instruct antivirus software to ignore the file)
  3. Start MobaXterm
  4. Login using tsh (you will always need to specify the --proxy setting)
  5. Use the following in $HOME/.ssh/config (MobaXterm's home):
Code Block
languagebash
Host shell.ecmwf.intecgate
  User ab0
  IdentityFile ~  ProxyCommand ssh -q -i c:/users/ab0/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int

Host ecgate
  User ab0
  ProxyCommand ssh -q -W %h:%p shellab0@shell.ecmwf.int
  IdentityFile ~c:/users/ab0/.tsh/keys/shell.ecmwf.int/firstname.lastname@ecmwf.int


...