1
0
mirror of git://anongit.mindrot.org/openssh.git synced 2025-03-11 09:17:38 +00:00

upstream: fix missing field in users-groups-by-id@openssh.com reply

documentation

GHPR441 from TJ Saunders

OpenBSD-Commit-ID: ff5733ff6ef4cd24e0758ebeed557aa91184c674
This commit is contained in:
djm@openbsd.org 2024-01-08 05:05:15 +00:00 committed by Damien Miller
parent f64cede2a3
commit 4c3cf36263
No known key found for this signature in database

View File

@ -736,6 +736,7 @@ identifiers:
The server will reply with a SSH_FXP_EXTENDED_REPLY: The server will reply with a SSH_FXP_EXTENDED_REPLY:
byte SSH_FXP_EXTENDED_REPLY byte SSH_FXP_EXTENDED_REPLY
uint32 id
string usernames string usernames
string groupnames string groupnames
@ -791,4 +792,4 @@ master instance and later clients.
OpenSSH extends the usual agent protocol. These changes are documented OpenSSH extends the usual agent protocol. These changes are documented
in the PROTOCOL.agent file. in the PROTOCOL.agent file.
$OpenBSD: PROTOCOL,v 1.54 2024/01/08 04:10:03 djm Exp $ $OpenBSD: PROTOCOL,v 1.55 2024/01/08 05:05:15 djm Exp $