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

Re: tunneling

2001-06-07 Thread Dario Brignardello
You can try stunnel. The guys at www.stunnel.org (non official site) have a nice howto about connecting two mysql over a SSL tunnel. I'm using it and works perfect. Best regards Dario Scott Alexander wrote: > Hi, > > I have Windows 98 with ssh v2.4. Also on the server is ssh2 2.4 > redhat7.1 >

Re: Tunneling problem

2001-01-15 Thread Juan Suris
What's the priviledge for the username? I think the privilidege has to explicitly say that it can connect from the IP address of the server machine, not just localhost JuanE > Hello, > > I have a MySQL account that only accepts connections from localhost for > security reasons. I wish to u

Re: Tunneling problem

2001-01-15 Thread Sinisa Milivojevic
Philip Mak writes: > Hello, > > I have a MySQL account that only accepts connections from localhost for > security reasons. I wish to use a local Windows GUI client with the remote > MySQL database. > > I setup SecureCRT (my Windows SSH client) to forward local port to > remote port