Hi all.
I have had a real nightmare with mysql and ssh, trying to get a tunnel
going. I also have had similar probs with stunnel, but that is another
post.

I am running  OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
as the ssh client on the web server and sshd version OpenSSH_2.5.1p2 on
the mysql server.

The openssl version I am using is openssl-0.9.6.

my mysql version is
/usr/sbin/mysqld  Ver 3.23.33 for pc-linux-gnu on i686

On the client   I do a
ssh -q -n -f -l account -L 3306:mysqlserver.mydomain.com:3306

then mysql -u dbuser --port=3306 -h 127.0.0.1 -p dbname
and I get an encrypted connection. ( thats what tcpdump shows me) !
Lovely !
But after a few tens of minutes, no more connection, and mysql times
out.

Does anyone have any ideas what might be causing the problem.
This problem has been open for 6 weeks now.

TIA
Leon

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to