Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: Keith Yanase <keith(dot)yanase(at)soterawireless(dot)com>, pgsql-odbc(at)postgresql(dot)org
Cc: "Bhavika Padidala (MINDTREE LIMITED)" <v-bhpadi(at)microsoft(dot)com>, "Prashanth Reddy Kalvakuntla (MINDTREE LIMITED)" <v-prkalv(at)microsoft(dot)com>, "Vikram Ramagiri (MINDTREE LIMITED)" <v-virama(at)microsoft(dot)com>, support <support(at)mail(dot)support(dot)microsoft(dot)com>
Subject: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server
Date: 2020-01-19 18:58:06
Message-ID: d427c42d-0e6b-7650-8ebb-88b357b25503@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Keith Yanase 2020-01-19 20:10:02 Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server
Previous Message Keith Yanase 2020-01-19 00:11:52 Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server