...
- Authenticate via Teleport on your End User device.
- Make sure you have the latest recommended ssh configuration
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
- 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.
...