Mac/Linux/Unix distributions usually already have an ssh client installed.
Create the ssh tunnel to the proxy server using the following command line:
% ssh -C username@server -L 8080:localhost:8000
Once you've successfully logged in, start a proxy server:
% ./proxy.py
You will see something like:
Any clients will be served...
Serving HTTP on 0.0.0.0 port 8000 ...
Next configure your web browser to use the proxy server which is browser dependent. Google on how to do this. You will need to configure your web browser to use "localhost" and port "8080" for the proxy server host and port.
No comments:
Post a Comment