consulting the question about the usage about SSH Tunnel settings

Поиск
Список
Период
Сортировка
От minsheng.bai
Тема consulting the question about the usage about SSH Tunnel settings
Дата
Msg-id 2014012615123983839624@wellintech.com
обсуждение исходный текст
Ответы Re: consulting the question about the usage about SSH Tunnel settings  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support
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 server IP)
3.use psql or pgAdmin to connect the server.(dont configure ssh tunnel settings of pgAdmin)
i succeed.
but i have a question:
if i configure ssh tunnel settings of pgAdmin as follows:
172.16.9.102 is the remote server ip,i connect the server failed,i get error:
 When should i  use these settings?can anyone make an example for me?
 
 
 

minsheng.bai
Вложения

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

Предыдущее
От: Devon Oslund
Дата:
Сообщение: Re: Connect to server silently fails with no error message
Следующее
От: Dave Page
Дата:
Сообщение: Re: consulting the question about the usage about SSH Tunnel settings