logoalt Hacker News

inigyoutoday at 1:22 AM0 repliesview on HN

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