SSH remote port forwarding. ssh -R 0.0.0.0:80:127.0.0.1:80
Requires the server's sshd config to have GatewayPorts yes, or the server will bind to 127.0.0.1 instead
SSH remote port forwarding. ssh -R 0.0.0.0:80:127.0.0.1:80
Requires the server's sshd config to have GatewayPorts yes, or the server will bind to 127.0.0.1 instead