* establisch a SSH tunnel like this:\ ``` ssh -L :: -p @ ``` * connect to database using pgsl CLI tool like this:\ ``` psql -h localhost -p 5432 -U -d ```