Álvaro Ramírez
Simple ssh tunnel
Via @climagic, connections to tcp localhost:9909 will be made to 192.168.1.1:80 via SSH tunnel to home.
ssh -L 9909:192.168.1.1:80 home
Via @climagic, connections to tcp localhost:9909 will be made to 192.168.1.1:80 via SSH tunnel to home.
ssh -L 9909:192.168.1.1:80 home