Local port forward ssh

Forward localhost:5432 to db.internal:5432 via bastion

ssh -L 5432:db.internal:5432 user@bastion -N