Simple SSH tunneling with command line

Simple tunneling with ssh with port forwarded to connect your service locally. Make sure your local port is available first.

$ ssh -f user@website.com -L 2000:website.com:5432 -N