[openssh-commits] [openssh] 01/01: upstream: Fix the hostkeys rotation extension documentation
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 13:50:45 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 63238f5aed66148b8d6ca7bd5fb347d624200155
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Feb 18 02:49:35 2021 +0000
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
---
PROTOCOL | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PROTOCOL b/PROTOCOL
index 88c0c409..0b2ea60a 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -292,6 +292,7 @@ has completed.
byte SSH_MSG_GLOBAL_REQUEST
string "hostkeys-00 at 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 $
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list