Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Artifact ID: | bbbe0fc05b1484ef6c86f7c4642aa7ce906b3835 |
|---|---|
| Page Name: | port-forwarding |
| Date: | 2018-07-15 07:03:03 |
| Original User: | sandro |
| Next | 778ecceca53d8d055e15487a0555ff50258d2b6f |
Content
Back to the VirtualPG tutorial
Connecting to a remote PostgreSQL server: Port Forwarding / SSH Tunneling
The well known SSH (Secure SHell) protocol is very frequently adopted by system administrators for establishing safe connections to remote servers.SSH automatically encrypts all the traffic between the local PC and the remote server by using strong cryptograhic ciphers, thus allowing for very secure connections over the intrinsically insecure Internet.
You can use SSH also for establishing safe connections to remote PostgreSQL servers, but this requires to activate some special SSH feature known as port forwarding aka SSH tunneling.
Basic concepts

aaa
Back to the VirtualPG tutorial