Re: [GENERAL] Connecting via ssh tunnel

2006-11-27 Thread Jim Nasby
On Nov 24, 2006, at 2:56 PM, ben short wrote: I have a postgresql server setup on a Solaris 10 box. I can connect to the db via psql from the local machine. What I have been trying to do it connect with pgAdmin from my workstation. I have setup the tunnel correctly, local port 5432 and destinatio

Re: [GENERAL] Connecting via ssh tunnel

2006-11-27 Thread Uwe C. Schroeder
On Monday 27 November 2006 02:38, Weerts, Jan wrote: > Hi all! > > [EMAIL PROTECTED] wrote: > > On Friday 24 November 2006 12:56, ben short wrote: > >> I have a postgresql server setup on a Solaris 10 box. I can > >> connect to the db via psql from the local machine. What I have > >> been trying to

Re: [GENERAL] Connecting via ssh tunnel

2006-11-27 Thread ben short
Ok I have fixed it. My port fowarding was fine but i needed to set AllowTcpForwarding to yes in sshd_config. Ben On 11/27/06, Weerts, Jan <[EMAIL PROTECTED]> wrote: Hi all! [EMAIL PROTECTED] wrote: > On Friday 24 November 2006 12:56, ben short wrote: >> I have a postgresql server setup on a S

Re: [GENERAL] Connecting via ssh tunnel

2006-11-27 Thread Weerts, Jan
Hi all! [EMAIL PROTECTED] wrote: > On Friday 24 November 2006 12:56, ben short wrote: >> I have a postgresql server setup on a Solaris 10 box. I can >> connect to the db via psql from the local machine. What I have >> been trying to do it connect with pgAdmin from my workstation. I >> have setup t

Re: [GENERAL] Connecting via ssh tunnel

2006-11-24 Thread Ray Stell
On Fri, Nov 24, 2006 at 04:42:56PM -0500, Tom Lane wrote: > > Surely that is not a correct tunnel setup ... you can't have both ends > being the same port number on the same machine. There Can Be Only One > process listening on a given port per machine. I think he is refering the -L option of s

Re: [GENERAL] Connecting via ssh tunnel

2006-11-24 Thread Uwe C. Schroeder
On Friday 24 November 2006 12:56, ben short wrote: > Hi, > > I have a postgresql server setup on a Solaris 10 box. I can connect to > the db via psql from the local machine. What I have been trying to do > it connect with pgAdmin from my workstation. I have setup the tunnel > correctly, local port

Re: [GENERAL] Connecting via ssh tunnel

2006-11-24 Thread Tom Lane
"ben short" <[EMAIL PROTECTED]> writes: > I have a postgresql server setup on a Solaris 10 box. I can connect to > the db via psql from the local machine. What I have been trying to do > it connect with pgAdmin from my workstation. I have setup the tunnel > correctly, local port 5432 and destinatio

Re: [GENERAL] Connecting via ssh tunnel

2006-11-24 Thread Leonel Nunez
> Hi, > > I have a postgresql server setup on a Solaris 10 box. I can connect to > the db via psql from the local machine. What I have been trying to do > it connect with pgAdmin from my workstation. I have setup the tunnel > correctly, local port 5432 and destination localhost:5432. Everytime I >