Jerry LeVan wrote:
> Hi,
> On my linux box I can issue the command
>
> ssh -L :macjerry:5432 -l jerry macjerry
>
> This will create a "tunnel" to connect to my
> mac named "macjerrry".
>
> I can connect to databases on macjerry via psql
> by specifying port on my linux box and other
On Sat, 13 May 2006, Jerry LeVan wrote:
channel 3: open failed: administratively prohibited: open failed
This is the standard error you'll see when /etc/ssh/sshd_config (or local
equivalent) has AllowTcpForwarding no.
Kris Jurka
---(end of broadcast)-
On May 13, 2006, at 6:18 PM, Tom Lane wrote:
Jerry LeVan <[EMAIL PROTECTED]> writes:
How ever if I turn it around, and on the mac issue
the command
ssh -L :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 ... ]
Jerry LeVan <[EMAIL PROTECTED]> writes:
> How ever if I turn it around, and on the mac issue
> the command
> ssh -L :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
Hi,
On my linux box I can issue the command
ssh -L :macjerry:5432 -l jerry macjerry
This will create a "tunnel" to connect to my
mac named "macjerrry".
I can connect to databases on macjerry via psql
by specifying port on my linux box and other postgresql
front ends.
How ever if I