Re: Mac Problem with Tunneling... - Mailing list pgsql-general

From Tom Lane
Subject Re: Mac Problem with Tunneling...
Date
Msg-id 6511.1147558735@sss.pgh.pa.us
Whole thread Raw
In response to Mac Problem with Tunneling...  (Jerry LeVan <jerry.levan@eku.edu>)
Responses Re: Mac Problem with Tunneling...  (Jerry LeVan <jerry.levan@eku.edu>)
List pgsql-general
Jerry LeVan <jerry.levan@eku.edu> writes:
> How ever if I turn it around, and on the mac issue
> the command
>      ssh -L 6666:linuxbox:5432 -l jerry linuxbox
> Then I am not able to connect to the linux box
> via psql or any Gui front ends.

[ tries it ... ]  Worksforme, using the stock ssh in OS X 10.4.6.

Maybe you've got the OS X firewall configured to prevent connections to
port 6666?  That doesn't seem to be default, because I didn't have to
adjust the firewall for my experiment.

Another possibility is that the ssh daemon on the linux box is
restricted from opening local connections.  It wouldn't surprise
me if this is disabled by default by SELinux for instance :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Jerry LeVan
Date:
Subject: Mac Problem with Tunneling...
Next
From: Jerry LeVan
Date:
Subject: Re: Mac Problem with Tunneling...