Just get a socket to forward ssh, you can login to the SSH and through the custom port proxy network, that is ... you know.
Get SSH process does not repeat, set up SSH can be socket forwarding also do not repeat, generally get ssh are can be forwarded by the socket.
Windows download bitvise tunnelier This software is a powerful SSH client, including SSH, SFTP, port forwarding and other functions, and the personal use of free.
First fill in the login page with your username, password and SSH address, port, and then to the Bitvise tunnelier service tab, check socks/http Proxy forwording,listen Interface:127.0.0.1,listen Port: The forwarding port that is intended to be used locally.
Next to the browser, find the browser's network connection settings, set proxy server for the socket, is generally socket5, address ibid. 127.0.0.1, Port ibid.
If it is Firefox, also need to enter about:config in the Address bar, open the Advanced settings option, find Network.proxy.socks_remote_dns (can search DNS, can soon find), double click to make it ture.
This allows the SSH forwarding agent to browse the Web page using the browser.
Linux does not have the above software, but it can be more convenient, need to install sshd, installation process does not repeat.
Open a command line terminal, using the command:
Ssh-qftnn-d Local Target Port username@ssh_ip
Parameter definition, q is silent execution, do not prompt redundant information, f is the background execution, that is, SSH process execution for the background process, log back immediately after the command line, TNN is necessary three parameters, plus, D is the local intended to use the forwarding port.
Then go to the browser with the settings under Windows, over.
Turn from: http://blog.csdn.net/ownfire/article/details/7783542