The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SSH

forward remote HTTP ports to the local

    # set GatewayPorts to "yes" or "clientspecified" in /etc/ssh/sshd_config

    autossh -M 20000 -f -N -R *:80:127.0.0.1:80 -R *:443:127.0.0.1:443 user@host