Re: consulting the question about the usage about SSH Tunnel function

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: consulting the question about the usage about SSH Tunnel function
Дата
Msg-id 52E294D5.2000303@gmail.com
обсуждение исходный текст
Ответ на consulting the question about the usage about SSH Tunnel function  (minsheng.bai <minsheng.bai@wellintech.com>)
Список pgsql-sql
On 01/23/2014 06:06 PM, minsheng.bai wrote:
> dear all
> i have realized the SSH Tunnel function in the PostgreSQL.i did some 
> work as follow:
> at the server side:
> 1.setup and configure the openssh
> 2.start opensshd
> 3.setup and deploy PostgreSQL
> at the client side:
> 1.setup openssh
> 2.execute command:ssh -L5555:localhost:5432 
> Administrator@XXX.XXX.XXX.XXX(the 
> <mailto:Administrator@XXX.XXX.XXX.XXX%28the> server IP)
> 3.use psql or pgAdmin to connect the server.
> i succeed.
> but i have a question:
> if i do not execute command:ssh -L5555:localhost:5432 
> Administrator@XXX.XXX.XXX.XXX <mailto:Administrator@XXX.XXX.XXX.XXX>
> but i config the SSH Tunnel tab in the pgAdmin,as follow:
> whether i can connect the server or not .the result i try is failed.
> anyone can help me? thanks a lot.

Well I am not seeing anything that allows you to specify the port that
ssh is listening on at localhost. In the shot in the dark department you
might try:

localhost:5555

> ------------------------------------------------------------------------
> minsheng.bai


-- 
Adrian Klaver
adrian.klaver@gmail.com



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: find all views depend on a schema/table
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: consulting the question about the usage about SSH Tunnel function