Nice tip on HN: ssh -nNT -R 8080:localhost:3000 myserver.com - http://news.ycombinator.com/item...
If you have a public facing server then this can be had for free: "ssh -nNT -R 8080:localhost:3000 myserver.com" Et voilĂ , myserver.com:8080 now points to localhost:3000. - JoeCamel