SSH tunnel a remote port

Terminal
ssh -L 5432:localhost:5432 <user>@<host>