Revision: 50239
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 17, 2011 01:54 by wnasich
Initial Code
ssh -R *:80:localhost:80 root@public-host-domain -v -N
Initial URL
http://souptonuts.sourceforge.net/sshtips.htm
Initial Description
This allow serve web pages to internet behind a firewall, using a linux server with a public IP address running sshd. We must have root credentials and sshd configured with: GatewayPorts yes
Initial Title
Remote port forwarding with ssh/putty
Initial Tags
ssh
Initial Language
Bash