Versions Compared

Key

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

...

The ssh session will keep running in the terminal, listening on port 9050 and printing various log messages as it forwards your network traffic to the Centre.Next we need to prepare

SOCKS-ify your ecflow_ui

to use the proxy. Applications which want to use SOCKS proxy must speak SOCKS protocol. Some application can be "SOCKS-ified" using a tool called proxychains. The tool intercepts the application's network traffic, adds SOCKS protocol layer and redirects traffic to the proxy. Luckily, the ecflow_ui.x executable can be SOCKS-ified this way.

...