Using ssh command to enable proxy server on Linux machine

The following command creates a proxy channel on linux server if logon success. The proxy server is localhost:1080.

ssh -D 1080 -C -N yourname@yourLinuxServer
Written on April 21, 2017