

We now need to forward the traffic to this server using sytem-wide proxy and the rest will be taken care of by this server. In brief, this command creates a local SOCKS proxy server at 127.0.0.1:8000 which maintains a SSH tunnel that connects your Linux machine and the Android device. The details of this command are beautifully explained in this article which I highly recommend you to read.

To do so, make sure your Linux machine and the Android device are in the same LAN and then, fire up the terminal on your Linux machine and type ssh -D 8000 -fCqN -p 5555. By doing so, we are effectively connecting your Linux machine to the Internet through Psiphon via your Android device.
