[Bug 2006] AIX 5.2 /32 bit - a windows Putty session will not connect to AIX box

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed May 9 10:23:51 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=2006

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2012-05-09 10:23:51 EST ---
A couple of possibilities:
1) the key generation code in openssl was miscompiled.  Does openssl
s "make tests" pass?  which compiler did you use.
2) from memory, AIX 5.2 has a /dev/random device.  It's possible that
it's blocking due to lack of entropy.  I'd suggest stracing (or
equivalent) ssh-keygen and seeing what it's doing.

Another thing to try is to get openssl to generate a DSA key and see if
it works ("openssl dsaparam -genkey 1024 -out /dev/null" and "openssl
dsaparam -genkey 1024 -rand /dev/urandom -out /dev/null".

I have a machine I can test on but it's not currently set up.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list