From: Peter Eisentraut Date: Tue, 26 Feb 2008 18:01:26 +0000 (+0000) Subject: Add more clarification about SSH tunnels from Faheem Mitha. X-Git-Tag: REL8_4_BETA1~1943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00941eea77c90a492fa53615713975f46f7ff3ae;p=postgresql Add more clarification about SSH tunnels from Faheem Mitha. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index b9989d4c85..0e538a0944 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1823,6 +1823,10 @@ ssh -L 63333:foo.com:5432 joe@foo.com ssh -L 63333:db.foo.com:5432 joe@shell.foo.com + Note that this way the connection + from shell.foo.com + to db.foo.com will not be encrypted by the SSH + tunnel. SSH offers quite a few configuration possibilities when the network is restricted in various ways. Please refer to the SSH documentation for details.