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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.199 and 1.200

version 1.199, 2014/12/22 09:24:59 version 1.200, 2015/01/26 03:04:45
Line 1492 
Line 1492 
 .Dq any .  .Dq any .
 The default is  The default is
 .Dq any:any .  .Dq any:any .
   .It Cm UpdateHostkeys
   Specifies whether
   .Xr ssh 1
   should accept notifications of additional hostkeys from the server sent
   after authentication has completed and add them to
   .Cm UserKnownHostsFile .
   The argument must be
   .Dq yes
   (the default)
   or
   .Dq no .
   Enabling this option allows learning alternate hostkeys for a server
   and supports graceful key rotation by allowing a server to public replacement
   keys before old ones are removed.
   Additional hostkeys are only accepted if the key used to authenticate the
   host was already trusted or explicity accepted by the user.
   .Pp
   Presently, only
   .Xr sshd 8
   from OpenSSH 6.8 and greater support the
   .Dq hostkeys@openssh.com
   protocol extension used to inform the client of all the server's hostkeys.
 .It Cm UsePrivilegedPort  .It Cm UsePrivilegedPort
 Specifies whether to use a privileged port for outgoing connections.  Specifies whether to use a privileged port for outgoing connections.
 The argument must be  The argument must be

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200