Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server
Дата
Msg-id d427c42d-0e6b-7650-8ebb-88b357b25503@ladisch.de
обсуждение исходный текст
Ответ на RE: [EXTERNAL] Re: Case 120011521001709 - Issues connecting to postgreSQL server  (Keith Yanase <keith.yanase@soterawireless.com>)
Ответы Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server
Список 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 по дате отправления:

Предыдущее
От: Keith Yanase
Дата:
Сообщение: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server
Следующее
От: Keith Yanase
Дата:
Сообщение: Re: [EXTERNAL] Re: Case 120011521001709 - Issues connecting topostgreSQL server