diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-08-10 02:44:01 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-08-10 03:14:06 +0200 |
commit | e1b26ce504662a5d5b991091228984ccfd25f280 (patch) | |
tree | c59c9d443242e23acd905175c2350dd97a5544f3 /PROTOCOL | |
parent | upstream: Describe pubkey format, prompted by bz#2853 (diff) | |
download | openssh-e1b26ce504662a5d5b991091228984ccfd25f280.tar.xz openssh-e1b26ce504662a5d5b991091228984ccfd25f280.zip |
upstream: improve
OpenBSD-Commit-ID: 40d839db0977b4e7ac8b647b16d5411d4faf2f60
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -465,11 +465,11 @@ This extension is advertised in the SSH_FXP_VERSION hello with version 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, e.g. 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. +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. 4.2 Private key format @@ -489,4 +489,4 @@ OpenSSH's connection multiplexing uses messages as described in PROTOCOL.mux over a Unix domain socket for communications between a master instance and later clients. -$OpenBSD: PROTOCOL,v 1.34 2018/08/10 00:42:29 djm Exp $ +$OpenBSD: PROTOCOL,v 1.35 2018/08/10 00:44:01 djm Exp $ |