[BACK]Return to PROTOCOL CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL between version 1.31 and 1.32

version 1.31, 2017/05/26 01:40:07 version 1.32, 2018/02/19 00:55:02
Line 295 
Line 295 
         string[]        hostkeys          string[]        hostkeys
   
 Upon receiving this message, a client should check which of the  Upon receiving this message, a client should check which of the
 supplied host keys are present in known_hosts. For keys that are  supplied host keys are present in known_hosts.
 not present, it should send a "hostkeys-prove@openssh.com" message  
 to request the server prove ownership of the private half of the  Note that the server may send key types that the client does not
 key.  support. The client should disgregard such keys if they are received.
   
   If the client identifies any keys that are not present for the host,
   it should send a "hostkeys-prove@openssh.com" message to request the
   server prove ownership of the private half of the key.
   
         byte            SSH_MSG_GLOBAL_REQUEST          byte            SSH_MSG_GLOBAL_REQUEST
         string          "hostkeys-prove-00@openssh.com"          string          "hostkeys-prove-00@openssh.com"

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32