Open SSH Tunnel
Zur Navigation springen
Zur Suche springen
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