projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49beb3
)
Add more clarification about SSH tunnels from Faheem Mitha.
author
Peter Eisentraut
Tue, 26 Feb 2008 18:01:26 +0000
(18:01 +0000)
committer
Peter Eisentraut
Tue, 26 Feb 2008 18:01:26 +0000
(18:01 +0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index b9989d4c859de25c8e6c97a9432f4d6ee3439e63..0e538a09443ba1e7e2be2c6b859a219702feb27d 100644
(file)
--- 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
[email protected]
ssh -L 63333:db.foo.com:5432
[email protected]
+ 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.