2:59 AM - OpenSSH issues
I've isolated the problem with OpenSSH. OpenSSH 4.4p1 requires strtonum. Archite commited it 2 months ago, but he forgot to add it to stdlib.h :)
As such, the function didn't have a correct prototype and caused the function which reads /etc/ssh/moduli to always hit its error handler.
The mport version now appears to work properly. I'll try base later.
0 comments