Found this command to tunnel over SSH using terminal. The ssh client on OSX is OpenSSH 

 ssh -L [local port]:127.0.0.1:[remote port] [user]@[remote.host]

Bookmark and Share