Versions Compared

Key

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

...

  1. Authenticate via Teleport on your End User device
  2. Create the SSH tunnel with:

    No Format
    ssh -N -L3141:localhost:3141 -J jump.ecmwf.int,aa-login <ecflow_host>


    where the first '3141' is the local port. For example, if the server is started on the host ecflow-gen-user-001:

    No Format
    ssh -N -L3141:localhost:3141 -J jump.ecmwf.int,aa-login ecflow-gen-user-001


  3. Open ecflow_ui on your End User Device and configure the new server, using "localhost" as the host and the ecFlow (local) port used above.
Tip

As the local port, you may use any other free port if that particular one is in use

...