Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00941ee

Browse files
committed
Add more clarification about SSH tunnels from Faheem Mitha.
1 parentf49beb3 commit00941ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1823,6 +1823,10 @@ ssh -L 63333:foo.com:5432 joe@foo.com
18231823
<programlisting>
18241824
ssh -L 63333:db.foo.com:5432 joe@shell.foo.com
18251825
</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.
18261830
SSH offers quite a few configuration possibilities when the network
18271831
is restricted in various ways. Please refer to the SSH
18281832
documentation for details.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp