Expose localhost port to internet
80is on which port to map,5000is the localhost port, the service we want to expose.
ssh -R 80:localhost:5000 nokey@localhost.run
80 is on which port to map, 5000 is the localhost port, the service we want to expose.ssh -R 80:localhost:5000 nokey@localhost.run