https://bugzilla.mindrot.org/show_bug.cgi?id=1853
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Darren Tucker <[email protected]> 2011-02-06 13:50:53 EST --- The limitation is in OpenSSL's rsa.h (probably /usr/include/openssl/rsa.h or similar): $ grep "define.*RSA_MAX" /usr/include/openssl/rsa.h # define OPENSSL_RSA_MAX_MODULUS_BITS 16384 # define OPENSSL_RSA_MAX_PUBEXP_BITS 64 /* exponent limit enforced for "large" modulus only */ If you want bigger keys, you'll need to change that and recompile OpenSSL then rebuild OpenSSH against it. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
