Versions Compared

Key

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

...

  1. Authenticate via Teleport on your End User device.
  2. Make sure you have the latest recommended ssh configuration
  3. Create the SSH tunnel with:

    No Format
    ssh -N -L3141:localhost<ecflow_host>:3141 <ecflow_host>ecs-login

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

    No Format
    ssh -N -L3141:localhost:3141 ecfg-user-1:3141 ecs-login


  4. 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.

...