From 2514f07148f21bd20ff7ed0ba15b349800a9fde6 Mon Sep 17 00:00:00 2001 From: djm Date: Thu, 18 Feb 2021 02:49:35 +0000 Subject: [PATCH] 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 --- usr.bin/ssh/PROTOCOL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index 92c83c8dc18..7c7c2c44853 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -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 $ -- 2.20.1