Re: Mac Problem with Tunneling...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
Cc: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>, macosx-admin(at)omnigroup(dot)com
Subject: Re: Mac Problem with Tunneling...
Date: 2006-05-13 22:18:55
Message-ID: 6511.1147558735@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jerry LeVan <jerry(dot)levan(at)eku(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry LeVan 2006-05-13 23:41:41 Re: Mac Problem with Tunneling...
Previous Message Jerry LeVan 2006-05-13 21:41:58 Mac Problem with Tunneling...