|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.408 2008/02/2616:07:16 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.409 2008/02/2618:01:26 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -1823,6 +1823,10 @@ ssh -L 63333:foo.com:5432 joe@foo.com
|
1823 | 1823 | <programlisting>
|
1824 | 1824 | ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
|
1825 | 1825 | </programlisting>
|
| 1826 | + Note that this way the connection |
| 1827 | + from <literal>shell.foo.com</literal> |
| 1828 | + to <literal>db.foo.com</literal> will not be encrypted by the SSH |
| 1829 | + tunnel. |
1826 | 1830 | SSH offers quite a few configuration possibilities when the network
|
1827 | 1831 | is restricted in various ways. Please refer to the SSH
|
1828 | 1832 | documentation for details.
|
|