Open SSH Tunnel
Version vom 28. Dezember 2017, 10:24 Uhr von Laemmi (Diskussion | Beiträge)
SSH Tunnel to Server e.g. pgAdmin 4
ssh -f <SERVER> -L 5999:localhost:5432 -N
Not use 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
Not use without background
ssh <SERVER> -L 5999:localhost:5432 -N