登陆linux vps,然后在terminal里面运行:
ssh -D 127.0.0.1:5070 root@localhost -p ssh-port-number
这样,在linux vps上就创建了一个socks5 proxy,端口为5070,而且仅限linux vps上的程序连接这个socks5 proxy。这个socks5 proxy可用作各式tunnel程序的后端程序。
如果你的vps重启了,你需要重新运行ssh -D 127.0.0.1:5070 root@localhost -p ssh-port-number