https://bugzilla.mindrot.org/show_bug.cgi?id=2853
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2852 Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Damien Miller <[email protected]> --- Added this section to PROTOCOL, it will be included in the openssh-7.8 release: 4. Miscellaneous changes 4.1 Public key format OpenSSH public keys, as generated by ssh-keygen(1) and appearing in authorized_keys files, are formatted as a single line of text consisting of the public key algorithm name followed by a base64-encoded key blob. The public key blob (before base64 encoding) is the same format used for the encoding of public keys sent on the wire: as described in RFC4253 section 6.6 for RSA and DSA keys, RFC5656 section 3.1 for ECDSA keys and the "New public key formats" section of PROTOCOL.certkeys for the OpenSSH certificate formats. Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2852 [Bug 2852] Tracking bug for OpenSSH 7.8 release -- 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
