Commit 00941eea authored by Peter Eisentraut's avatar Peter Eisentraut

Add more clarification about SSH tunnels from Faheem Mitha.

parent f49beb3f
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.408 2008/02/26 16:07:16 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.409 2008/02/26 18:01:26 petere Exp $ -->
<chapter Id="runtime"> <chapter Id="runtime">
<title>Operating System Environment</title> <title>Operating System Environment</title>
...@@ -1823,6 +1823,10 @@ ssh -L 63333:foo.com:5432 joe@foo.com ...@@ -1823,6 +1823,10 @@ ssh -L 63333:foo.com:5432 joe@foo.com
<programlisting> <programlisting>
ssh -L 63333:db.foo.com:5432 joe@shell.foo.com ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
</programlisting> </programlisting>
Note that this way the connection
from <literal>shell.foo.com</literal>
to <literal>db.foo.com</literal> will not be encrypted by the SSH
tunnel.
SSH offers quite a few configuration possibilities when the network SSH offers quite a few configuration possibilities when the network
is restricted in various ways. Please refer to the SSH is restricted in various ways. Please refer to the SSH
documentation for details. documentation for details.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment