Home
Commands
SSH tunnel a remote port
SSH tunnel a remote port
Terminal
ssh -L 5432:localhost:5432 <user>@<host>
Copy command