Problem to use remote cygwin server using ssh and native psql 8.3.5

From: Jukka Inkeri <pg(at)awot(dot)fi>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem to use remote cygwin server using ssh and native psql 8.3.5
Date: 2009-11-08 11:35:21
Message-ID: fa3acd7e62a8ad32dbe664141798b3e828b96db4@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I have installed cycwin and sshd in my Windows server.

I have Winnative psql.exe (8.3.5)

If I use cygwin locally in this server and give command in cygwin session:
psql -h somehost -U someuser -d somedb
it works fine

But if i use via ssh same way, then no echo ... and process hang.

I have tested remote ssh and local

Cygwin session
ssh localhost
=> connect local, ...
psql -h somehost -U someuser -d somedb
will hang

Cygwin old native psql 8.2 works, but I like to use newer psql = Win
native psql.exe

tested using Cygwin 1.5.x and 1.7.x

Ssh tty problem using Windows native psql.exe ?

-jukka-

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jukka Inkeri 2009-11-08 12:25:26 Re: Problem to use remote cygwin server using ssh and native psql 8.3.5
Previous Message Tomas Simonaitis 2009-11-08 08:55:26 Re: WAL shipping to two machines (PITR)