bugzilla-daemon at bugzilla.mindrot.org
2009-Aug-06 05:25 UTC
[Bug 1630] New: ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Summary: ssh-keygen export of public keys (RFC4716 format) can include too-long lines Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: ssh-keygen AssignedTo: unassigned-bugs at mindrot.org ReportedBy: tj at castaglia.org When ssh-keygen -e is used to export a public key into an RFC4716 formatted file, it is possible for the Comment header line to be longer than the maximum line length required by RFC4716. For example, I have seen Comment header lines which exceed the 72-byte line length maximum (excluding line terminators). To handle such long Comment (or other header) values, ssh-keygen should split the header value over multiple lines using the '\' line continuation character specified in RFC4716. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-24 05:44 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-10-24 16:44:08 EST --- Created an attachment (id=1705) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1705) ssh-keygen: wrap long comment lines Thanks for the report, we'll target this at 5.4. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-24 05:44 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Blocks| |1626 -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2009-Nov-20 00:47 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1725| |ok? Flag| | --- Comment #2 from Damien Miller <djm at mindrot.org> 2009-11-20 11:47:04 EST --- Created an attachment (id=1725) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1725) truncate at 72 chars As per Markus' suggestion, just truncate at 72 chars -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-11 08:51 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1725|ok? |ok+ Flag| | -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-11 10:51 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Damien Miller <djm at mindrot.org> 2010-01-11 21:51:26 EST --- patch applied - this will be in OpenSSH 5.4 -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 23:51 UTC
[Bug 1630] ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Darren Tucker <dtucker at zip.com.au> 2010-03-26 10:51:41 EST --- With the release of 5.4p1, this bug is now considered closed. -- 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.
Reasonably Related Threads
- [PATCH] ssh-keygen: support public key import/export using SubjectPublicKeyInfo
- [Bug 3545] New: Output from ssh-keygen -e, which should always be a public-key, is not accepted by ssh-keygen -l
- [Bug 2180] New: Improve the handling of the key comment field
- [Bug 3195] New: ssh-keygen unable to convert ED25519 public keys
- [PATCH 1/3] Add private key protection information extraction to ssh-keygen