Re: [BUGS] BUG #3968: ssh tunnel instructions could use improvement

2008-02-26 Thread Faheem Mitha
On Tue, 26 Feb 2008, Peter Eisentraut wrote: Am Montag, 18. Februar 2008 schrieb Faheem Mitha: ssh -L 333ssh -L :foo.com:5432 [EMAIL PROTECTED] I think this should be changed to ssh -L :localhost:5432 [EMAIL PROTECTED] Good point. Please see the updated version at http://developer

Re: [BUGS] BUG #3968: ssh tunnel instructions could use improvement

2008-02-26 Thread Peter Eisentraut
Am Dienstag, 26. Februar 2008 schrieb Faheem Mitha: > At the end, you might want to point out that in the line > > ssh -L 6:db.foo.com:5432 [EMAIL PROTECTED] > > the connection from shell.foo.com to db.foo.com will not be encrypted by > the ssh tunnel, at least according to the documentation I'

Re: [BUGS] BUG #3968: ssh tunnel instructions could use improvement

2008-02-26 Thread Peter Eisentraut
Am Montag, 18. Februar 2008 schrieb Faheem Mitha: > ssh -L 333ssh -L :foo.com:5432 [EMAIL PROTECTED] > > I think this should be changed to > > ssh -L :localhost:5432 [EMAIL PROTECTED] Good point. Please see the updated version at http://developer.postgresql.org/pgdocs/postgres/ssh-tunnel

[BUGS] BUG #3968: ssh tunnel instructions could use improvement

2008-02-18 Thread Faheem Mitha
The following bug has been logged online: Bug reference: 3968 Logged by: Faheem Mitha Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.11 Operating system: Debian etch Description:ssh tunnel instructions could use improvement Details: Hi, Currently http://w