[Bug 3050] "Bits has bad value 99999 (too large)" and "key bits exceeds maximum 16384"
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Aug 8 20:15:48 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3050
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2988
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
This has been fixed (up to the size allowed by the underlying type,
anyway):
$ ./ssh-keygen -b 99999999
Invalid RSA key length: maximum is 16384 bits
If you want RSA keys larger than 16k you'll need to compile OpenSSL
with the larger limit then compile OpenSSH against that. It'll
probably be an interop hassle, though.
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2988
[Bug 2988] Tracking bug for 8.1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list