Re: ssh connection between web server and mysql]

2001-04-13 Thread Jeremy Zawodny
On Fri, Apr 13, 2001 at 09:35:38AM +0800, Leon Harris wrote: > > I believe that the session was idle. It also does it when I give the > -2 option to ssh ( ssh2 is supposed to not time out, according to > some usenet posts I have read). The point of the excercise is to > have an encrypted connect

Re: ssh connection between web server and mysql

2001-04-12 Thread Leon Harris
Hi Jeremy, thanks for your reply. I believe that the session was idle. It also does it when I give the -2 option to ssh ( ssh2 is supposed to not time out, according to some usenet posts I have read). The point of the excercise is to have an encrypted connection that I can make DBI calls to the

Re: ssh connection between web server and mysql]

2001-04-12 Thread Leon Harris
[EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > database,sql,query > > If you just reply to this message, and include

Re: ssh connection between web server and mysql]

2001-04-12 Thread Jeremy Zawodny
On Thu, Apr 12, 2001 at 02:32:42PM +0800, Leon Harris wrote: > > 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 ! > >

ssh connection between web server and mysql]

2001-04-11 Thread Leon Harris
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.1p