Skip to content

Commit

Permalink
Fix the hostkeys rotation extension documentation
Browse files Browse the repository at this point in the history
The documentation was lacking the needed want-reply field in the initial
global request.

openssh/openssh-portable#218 by dbussink
  • Loading branch information
djmdjm committed Feb 18, 2021
1 parent 7c73630 commit 051824f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PROTOCOL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 $

0 comments on commit 051824f

Please sign in to comment.