Hardware Reference
In-Depth Information
Adding an SSH SOCKS proxy in PuTTY
Port tunneling in Linux or Mac OS X
In this example scenario, you're over at your friend's house and you would like to
access the web interface of your home router to make some adjustments to
the configuration.
Enter the following command to enable the tunnel, but replace [gimmepi.mooo.com]
with your domain name, and [192.168.1.1] with the IP address of your
home router:
$ ssh pi@gimmepi.mooo.com -L 8080:192.168.1.1:80
 
Search WWH ::




Custom Search