[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
Sun Aug 4 10:56:09 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3050
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Attachment #3308| |ok?(djm at mindrot.org)
Flags| |
--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3308
--> https://bugzilla.mindrot.org/attachment.cgi?id=3308&action=edit
Defer bit size tests to key-specific check
Without change:
$ ssh-keygen -b 99999 -t rsa -f /tmp/t
Bits has bad value 99999 (too large)
With change:
$ ssh-keygen/obj/ssh-keygen -b 99999 -t rsa -f /tmp/t
Invalid RSA key length: maximum is 16384 bits
--
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