Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id F073E650222 for ; Wed, 19 Nov 2008 20:31:12 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 25333-06 for ; Wed, 19 Nov 2008 20:31:08 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-gx0-f12.google.com (mail-gx0-f12.google.com [209.85.217.12]) by mail.postgresql.org (Postfix) with ESMTP id 86BC9650220 for ; Wed, 19 Nov 2008 20:31:08 -0400 (AST) Received: by gxk5 with SMTP id 5so264291gxk.19 for ; Wed, 19 Nov 2008 16:31:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=l1GnWjx5OgLjvBFkFw11NvX0W6yWXogCXifVmAOD7qY=; b=Iw4Vs4UtXza16a8z5hGIMmwuHrWUI3WWecpkrP5TB6glc52WUMn9/64hV6Js+NzZzO wDy1MLyGc9va+k1JXXn6TI1ZNcp6SBcnLdUQmMuDF7nU1Ot1nwL6BZ0Z4BDI1BT5vPqf Uka3ZPCS0gTHNf0ZHf2clG9rY7IR/hn8zya5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dakJwuLdqDgc/i15ndpgT/TAOqvrp2uAjSmVVzy+fPoRV+qCkJIXOAO/LuQX4KhCie v+EvqCglIlgDNUWNsQEIlkxYGlMN6bqorWGnuAAtpYeOpNdxBsUnIWbStEaRwG00ANN+ WCR7UmthR+llEujE1jWF4RS1zpmMatq1k8og0= Received: by 10.150.152.17 with SMTP id z17mr3029061ybd.233.1227141066617; Wed, 19 Nov 2008 16:31:06 -0800 (PST) Received: by 10.150.138.19 with HTTP; Wed, 19 Nov 2008 16:31:06 -0800 (PST) Message-ID: Date: Wed, 19 Nov 2008 19:31:06 -0500 From: "P Kapat" To: pgsql-docs@postgresql.org Subject: Incomplete online documentation on conecting via ssh tunnels MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=2.499 tagged_above=0 required=5 tests=FB_WORD1_END_DOLLAR=1, WEIRD_PORT=1.499 X-Spam-Level: ** X-Archive-Number: 200811/12 X-Sequence-Number: 4997 Hi, If this is not the correct list for the mail, I can post to a more relevant one, suggest. Otherwise read on: There was a discussion on connecting to a postgres server via SSH tunnels here: http://archives.postgresql.org/pgsql-novice/2008-11/msg00060.php The relevant documentations are (replace 8.3 by 8.2 or 8.1 or...): http://www.postgresql.org/docs/8.3/static/ssh-tunnels.html The concerned command is: client$ ssh -L 3333:foo.com:5432 joe@foo.com