ssh tunnel problem

From: "Craig H(dot) Anderson" <craig(at)coot(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: ssh tunnel problem
Date: 2002-11-19 23:13:37
Message-ID: 20021119231337.GC6227@gentoo.coot.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I am trying to use psql over an ssh tunnel for the first time.

I am able to login to the remote system with
$ ssh 216.38.48.94

I can use psql logged into the remote system
as the username.

Here is a log:

$ ssh -N -f -L 5430:216.38.48.94:5432 username(at)216(dot)38(dot)48(dot)94 $ psql
--host localhost --port 5430 --username username --dbname template1
channel 1: open failed: connect failed: Connection timed out psql:
could not receive server response to SSL negotiation packet: Success
Can anyone explain what is the problem?
I did not expect that ssl would be used over the SSH port forward.

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-11-19 23:20:01 Re: select where expr in - result order?
Previous Message Andy Kriger 2002-11-19 22:36:01 select where expr in - result order?