Hooks a local port to a remote port.

Do:

ssh me@mysite.net -L 8888:localhost:8887

Then open firefox and go to http://localhost:8888 to see mysite.net:8887's content.

#sysadmin