~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/pg/ssh-tunnels.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>16.8.�Secure TCP/IP Connections with SSH Tunnels</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8
 
<link rel="start" href="index.html" title="PostgreSQL 8.1.3 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
 
8
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
9
9
<link rel="up" href="runtime.html" title="Chapter�16.�Operating System Environment">
10
10
<link rel="prev" href="ssl-tcp.html" title="16.7.�Secure TCP/IP Connections with SSL">
11
11
<link rel="next" href="runtime-config.html" title="Chapter�17.�Server Configuration">
 
12
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
12
13
</head>
13
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
14
15
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
15
16
<a name="ssh-tunnels"></a>16.8.�Secure TCP/IP Connections with <span class="application">SSH</span> Tunnels</h2></div></div></div>
16
 
<a name="id592168"></a><p>   One can use <span class="application">SSH</span> to encrypt the network
 
17
<a name="id644772"></a><p>   One can use <span class="application">SSH</span> to encrypt the network
17
18
   connection between clients and a
18
19
   <span class="productname">PostgreSQL</span> server. Done properly, this
19
20
   provides an adequately secure network connection, even for non-SSL-capable