Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server
Date
Msg-id d427c42d-0e6b-7650-8ebb-88b357b25503@ladisch.de
Whole thread Raw
In response to RE: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server  (Keith Yanase <keith.yanase@soterawireless.com>)
Responses Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server  (Keith Yanase <keith.yanase@soterawireless.com>)
List pgsql-odbc
Keith Yanase wrote:
> The server only allows SSH tunneling. I’m able to establish the SSH tunnel with the command: ssh jupyter
> but how do I tell psqlODBC to connect to that port?

Run "ssh -L bindaddress:localport:remoteserver:remoteport sshserver", where
"remoteserver" is the host name you want to connect to, from the point of
view of the SSH server.

So run "ssh -L localhost:5432:localhost:5432 jupyter", and tell psqlODBC to
connect to localhost:5432.


Regards,
Clemens



pgsql-odbc by date:

Previous
From: Keith Yanase
Date:
Subject: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server
Next
From: Keith Yanase
Date:
Subject: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server