summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-04-03 08:20:28 +0100
committerColin Watson <cjwatson@debian.org>2018-04-03 08:20:28 +0100
commited6ae9c1a014a08ff5db3d768f01f2e427eeb476 (patch)
tree601025e307745d351946c01ab13f419ddb6dae29 /PROTOCOL
parent62f54f20bf351468e0124f63cc2902ee40d9b0e9 (diff)
parenta0349a1cc4a18967ad1dbff5389bcdf9da098814 (diff)
Import openssh_7.7p1.orig.tar.gz
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL14
1 files changed, 9 insertions, 5 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 4e9e87575..b1fc00691 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -295,10 +295,14 @@ has completed.
295 string[] hostkeys 295 string[] hostkeys
296 296
297Upon receiving this message, a client should check which of the 297Upon receiving this message, a client should check which of the
298supplied host keys are present in known_hosts. For keys that are 298supplied host keys are present in known_hosts.
299not present, it should send a "hostkeys-prove@openssh.com" message 299
300to request the server prove ownership of the private half of the 300Note that the server may send key types that the client does not
301key. 301support. The client should disgregard such keys if they are received.
302
303If the client identifies any keys that are not present for the host,
304it should send a "hostkeys-prove@openssh.com" message to request the
305server prove ownership of the private half of the key.
302 306
303 byte SSH_MSG_GLOBAL_REQUEST 307 byte SSH_MSG_GLOBAL_REQUEST
304 string "hostkeys-prove-00@openssh.com" 308 string "hostkeys-prove-00@openssh.com"
@@ -454,4 +458,4 @@ respond with a SSH_FXP_STATUS message.
454This extension is advertised in the SSH_FXP_VERSION hello with version 458This extension is advertised in the SSH_FXP_VERSION hello with version
455"1". 459"1".
456 460
457$OpenBSD: PROTOCOL,v 1.31 2017/05/26 01:40:07 djm Exp $ 461$OpenBSD: PROTOCOL,v 1.32 2018/02/19 00:55:02 djm Exp $