Re: Unable to exchange encryption keys

2012-01-06 Thread Peter Stuge
Peter Stuge wrote: > > libssh2 can't get past key exchange with the (public) server > > dante.u.washington.edu. > > I'm analyzing this now.. It's strange. libssh2 thinks it has sent KEX, but TCP has not yet gotten an ACK for the client identification string. Gut feeling is that the problem is in

Re: Unable to exchange encryption keys

2012-01-06 Thread Peter Stuge
Dave Hayden wrote: > We're using libssh2 in an iOS SSH app and it's been working > great--I rarely find myself diving into libssh2 to sort out > problems and even more rarely find anything wrong inside libssh2. > (I've got a couple of small bugs I've been meaning to file for > ages.. Sorry about th

Unable to exchange encryption keys

2012-01-06 Thread Dave Hayden
Hi there! We're using libssh2 in an iOS SSH app and it's been working great--I rarely find myself diving into libssh2 to sort out problems and even more rarely find anything wrong inside libssh2. (I've got a couple of small bugs I've been meaning to file for ages.. Sorry about that, I'll get to