Re: tunneling mysql client connections with ssh

2002-01-20 Thread Jeremy Zawodny
On Sun, Jan 20, 2002 at 01:08:04PM +0100, Henning Sprang wrote: > > > > Try using "localhost" instead of "my".local.hostname". Since you > > didn't use the `-g' option for SSH, I wouldn't expect what you're > > doing to work. See the SSH docs for why. > > hmm, that won't work at all, as there i

Re: tunneling mysql client connections with ssh

2002-01-20 Thread Henning Sprang
Jeremy Zawodny wrote: > On Sun, Jan 20, 2002 at 12:01:29AM +0100, Henning Sprang wrote: >> [...] >>so fra , so good. Then doing >> >># ssh [EMAIL PROTECTED] -L 8:localhost:3306 >> >> >>and connecting to port 8 on my machine with telnet gives me >>something like >> >>Trying ::1... >>Conne

Re: tunneling mysql client connections with ssh

2002-01-20 Thread Jeremy Zawodny
On Sun, Jan 20, 2002 at 12:01:29AM +0100, Henning Sprang wrote: > > Hy all, > > i am just trying to tunnel a mysql client connection via ssh. i am > behind a firewall that doesn't let mysql connections through to the > outer world. > > But i can do ssh to the host i want connect to. Tunneling ht

tunneling mysql client connections with ssh

2002-01-19 Thread Henning Sprang
Hy all, i am just trying to tunnel a mysql client connection via ssh. i am behind a firewall that doesn't let mysql connections through to the outer world. But i can do ssh to the host i want connect to. Tunneling http port 80 with the command ssh [EMAIL PROTECTED] -L 8:localhost:80 gives