HTTP Tunnels
ngTunnel provides you seemless expereince to expose the HTTP based application to the Internet. You can hit the below command to expose the HTTP web applications:
$
ssh -R 80:127.0.0.1:8080 connect.ngtunnel.com
Note: This command assume that your application is running on 127.0.0.1:8080, you can change your local IP and Port to expose a different local machine.
You can directly expose your web applications without registration of your SSH Key Fingerprint. However, the connection will be valid for the 60 minutes. You will get a different random domain for each connection.
You can upgrade to the Pro to enjoy the long and persists subdomain even after the reconnect.