Versions Compared

Key

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

...

Using 'user1' login  name as an example, please replace with your own username used at ECMWF. Here I wish to connect to ECMWF workstation hostname machine1 where I have a ecflow server running on port 4141, also wish to connect to host machine2 where I have a ecflow server running on port 3142

Code Block
languagetext
titleEstablishing SSH Local Port Forwading between local ecflow_ui and two remote ecFlow servers
ssh -J user1@shell.ecmwf.int user1@machine1 -C -N -L 4141:machine1:4141 -L 3142:machine2:3142

...