upstream: Fix the hostkeys rotation extension documentation

The documentation was lacking the needed want-reply field in the initial
global request.

https://github.com/openssh/openssh-portable/pull/218 by dbussink

OpenBSD-Commit-ID: 051824fd78edf6d647a0b9ac011bf88e28775054
This commit is contained in:
djm@openbsd.org 2021-02-18 02:49:35 +00:00 committed by Damien Miller
parent 34c5ef6e2d
commit 63238f5aed
1 changed files with 2 additions and 1 deletions

View File

@ -292,6 +292,7 @@ has completed.
byte SSH_MSG_GLOBAL_REQUEST
string "hostkeys-00@openssh.com"
char 0 /* want-reply */
string[] hostkeys
Upon receiving this message, a client should check which of the
@ -555,4 +556,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.40 2021/02/18 00:30:17 djm Exp $
$OpenBSD: PROTOCOL,v 1.41 2021/02/18 02:49:35 djm Exp $