Windows using ssh to do the proxy method

  
necessary conditions: a ssh account (how to get I do not know, I bought vps) Second choice of a condition A, putty software B, MyEnTunnel software implementation for A: 1. Download putty software To complete the version, it is the putty.zip file. Feel free to extract to a folder. 2. Open the cmd command line interface that comes with windows, cd to the directory where the putty is decompressed, and enter plink.exe -C -ssh -N -D 127.0.0.1:7070 -pw password -l user ip ip Explanation: plink.exe Is the command that windows calls plink.exe; -C is a parameter indicating that compression is enabled; -N is a parameter that does not execute the shell; —D 127.0.0.1:7070 means listening to the port 7070 of the machine 3. Setting up your browser proxy The socks agent is 127.0.0.1:7070. (Do not ask Baidu) For B 1, download MyEnTunnel Chinese version download: myentunnel-Chinese version download and extract, enter the decompression folder, double-click myentunnel.exe, open the following picture: • ssh server: is your ssh server Address, enter the corresponding IP here, such as: 67.10.10.234 • ssh port: ssh server port, generally 22; • ssh user name; • ssh user password • reconnect when failed, enable dynamic Socket; two checkboxes •Port: fill in the port of your local proxy, such as 7070; 2, then click Save, click on the connection, wait for the small lock in the taskbar to turn green, indicating that we A ssh tunnel was successfully established and a Socks server was started on localhost:7070. 3 Set your browser proxy The socks proxy is 127.0.0.1:7070. (will not ask Baidu)
Copyright © Windows knowledge All Rights Reserved