diff options
-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 | |||
465 | OpenSSH public keys, as generated by ssh-keygen(1) and appearing in | 465 | OpenSSH public keys, as generated by ssh-keygen(1) and appearing in |
466 | authorized_keys files, are formatted as a single line of text consisting | 466 | authorized_keys files, are formatted as a single line of text consisting |
467 | of the public key algorithm name followed by a base64-encoded key blob. | 467 | of the public key algorithm name followed by a base64-encoded key blob. |
468 | The public key blob (before base64 encoding) is the same format used | 468 | The public key blob (before base64 encoding) is the same format used for |
469 | for the encoding of public keys sent on the wire, e.g. as described in | 469 | the encoding of public keys sent on the wire: as described in RFC4253 |
470 | RFC4253 section 6.6 for RSA and DSA keys, RFC5656 section 3.1 for ECDSA | 470 | section 6.6 for RSA and DSA keys, RFC5656 section 3.1 for ECDSA keys |
471 | keys and the "New public key formats" section of PROTOCOL.certkeys for | 471 | and the "New public key formats" section of PROTOCOL.certkeys for the |
472 | the OpenSSH certificate formats. | 472 | OpenSSH certificate formats. |
473 | 473 | ||
474 | 4.2 Private key format | 474 | 4.2 Private key format |
475 | 475 | ||
@@ -489,4 +489,4 @@ OpenSSH's connection multiplexing uses messages as described in | |||
489 | PROTOCOL.mux over a Unix domain socket for communications between a | 489 | PROTOCOL.mux over a Unix domain socket for communications between a |
490 | master instance and later clients. | 490 | master instance and later clients. |
491 | 491 | ||
492 | $OpenBSD: PROTOCOL,v 1.34 2018/08/10 00:42:29 djm Exp $ | 492 | $OpenBSD: PROTOCOL,v 1.35 2018/08/10 00:44:01 djm Exp $ |