Open SSH Tunnel
SSH Tunnel to Server e.g. pgAdmin 4
ssh -f <SERVER> -L 5999:localhost:5432 -N
Without background
ssh <SERVER> -L 5999:localhost:5432 -N
SSH Tunnel to Server e.g. pgAdmin 4
ssh -f <SERVER> -L 5999:localhost:5432 -N
Without background
ssh <SERVER> -L 5999:localhost:5432 -N