Displaying 1 result from an estimated 1 matches for "ngrave".
Did you mean:
grave
2025 May 30
1
[Bug 3829] New: SSH signature armor protocol documentation issue
...sue
Product: Portable OpenSSH
Version: 10.0p2
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: ngraves at ngraves.fr
The SSHSIG protocol states that "The base64 encoded blob SHOULD be
broken up by newlines every 76 characters." [1]
However, it seems that it's in practise broken up each 70 characters in
a signature generated with ssh-keygen. It's also quite clear in the
code th...