Serveo is my side project. It's similar to ngrok, but only uses SSH as the client.<p>With this new feature, you can set up a reverse tunnel to an SSH server:<p>ssh -R my-alias:22:localhost:22 serveo.net<p>Then conveniently connect to it over the internet:<p>ssh -J serveo.net user@my-alias