[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.24 and 1.25

version 1.24, 2014/07/15 15:54:14 version 1.25, 2015/01/26 03:04:45
Line 282 
Line 282 
         boolean         FALSE          boolean         FALSE
         string          socket path          string          socket path
   
   2.5. connection: hostkey update and rotation "hostkeys@openssh.com"
   
   OpenSSH supports a protocol extension allowing a server to inform
   a client of all its protocol v.2 hostkeys after user-authentication
   has completed.
   
           byte            SSH_MSG_GLOBAL_REQUEST
           string          "hostkeys@openssh.com"
           string[]        hostkeys
   
   Upon receiving this message, a client may update its known_hosts
   file, adding keys that it has not seen before and deleting keys
   for the server host that are no longer offered.
   
   This extension allows a client to learn key types that it had
   not previously encountered, thereby allowing it to potentially
   upgrade from weaker key algorithms to better ones. It also
   supports graceful key rotation: a server may offer multiple keys
   of the same type for a period (to give clients an opportunity to
   learn them using this extension) before removing the deprecated
   key from those offered.
   
 3. SFTP protocol changes  3. SFTP protocol changes
   
 3.1. sftp: Reversal of arguments to SSH_FXP_SYMLINK  3.1. sftp: Reversal of arguments to SSH_FXP_SYMLINK

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25