Inspired by <a href="https://medium.com/@shazow/ssh-how-does-it-even-9e43586e4ffc" rel="nofollow">https://medium.com/@shazow/ssh-how-does-it-even-9e43586e4ffc</a> and ngrok, I made this SSH server that assigns a public url for each remote port forwarding request you make. Start a web server on 8080, then try this:<p>ssh -R 80:localhost:8080 serveo.net<p>It's an attempt to make port forwarding as easy as ngrok or localtunnel, but using the SSH client you already have.<p>Also includes HTTP inspection and replay like ngrok.
The site is using Let's Encrypt for https. Currently there is a hard limit of 2000 subdomains per week, meaning there will be at most 2000 simultaneous connections!<p>It seems that Wildcard support is coming Jan 2018.