Thread

Posted on Tue Jul 25 01:34:20 2006 by dougreed
Login Hang Resolved!
Several people have reported a login hang in Net:SSH::Perl in several threads, with no resolution. The problem is described as a long hang after: stephanie: Algorithms, c->s: 3des-cbc hmac-sha1 none stephanie: Algorithms, s->c: 3des-cbc hmac-sha1 none hang here... I have seen this in other forums as well... The problem is Crypt-DH-0.06 ... I backed off to version Crypt-DH-0.03 (which I knew worked) and the problem cleared. I am not sure which version caused the problem (between .03 to .06), but Crypt-DH is the problem for sure.
Direct Responses: 2957 | Write a response
Posted on Thu Sep 7 17:44:42 2006 by gorfou in response to 2689
Re: Login Hang Resolved!
Downgrading to Crypt::DH 0.03 also solves a "Segmentation Fault" problem when Entering Diffie-Hellman Group 1 key exchange on a SunOS 5.9 & perl 5.6.1 system.
Direct Responses: 3107 | Write a response
Posted on Wed Sep 20 05:37:01 2006 by surpdeh in response to 2957
Re: Login Hang Resolved!
Downgrading from Crypt::DH 0.06 to 0.03 also fixed an intermittent "Segmentation Fault" problem on a Redhat 7.3 Perl 5.6.1 system. Running the program in perl -d would have the software work. It would sometimes work when run from strace. It would basically never work when run standalone.
Write a response