First page Back Continue Last page Summary Graphics
Poor(est?) Man's VPN
Using SSH and port redirection
ssh -L 8001:web:8080 ... mywork.com
Notes:
I assume folks are familiar with ssh to log into (say)
machines at work. The -L above is a hint to the port
redirections we will add to have a few more services
go across the ssh link.
See http://www.openssh.org/ for more details.