SSH Tunnelling

ssh -f user@HOST -L from_port:to_ip:to_port  -N

eg:

ssh -f blah@home.chear.ca -L 8080:192.168.1.1:80  -N

Comments are closed.