SSH Tunneling – Easy Secure Proxy
March 20, 2011 Posted by KP
While I was trying to setup OpenVPN as a proxy, I found that SSH tunneling is a much easier and more convenient solution. The configuration only takes a few minutes, and the client side can be configured to use the proxy or not on a program-by-program basis.
Add the following line in /etc/ssh/sshd_config
PermitTunnel yes
Related Posts:
Filed Under: Networking