[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.344 and 1.345

version 1.344, 2021/01/26 05:32:22 version 1.345, 2021/01/26 15:40:17
Line 800 
Line 800 
 will not be converted automatically,  will not be converted automatically,
 but may be manually hashed using  but may be manually hashed using
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 .It Cm HostbasedAuthentication  
 Specifies whether to try rhosts based authentication with public key  
 authentication.  
 The argument must be  
 .Cm yes  
 or  
 .Cm no  
 (the default).  
 .It Cm HostbasedAcceptedAlgorithms  .It Cm HostbasedAcceptedAlgorithms
 Specifies the key types that will be used for hostbased authentication  Specifies the key types that will be used for hostbased authentication
 as a comma-separated list of patterns.  as a comma-separated list of patterns.
Line 847 
Line 839 
 .Xr ssh 1  .Xr ssh 1
 may be used to list supported key types.  may be used to list supported key types.
 This was formerly named HostbasedKeyTypes.  This was formerly named HostbasedKeyTypes.
   .It Cm HostbasedAuthentication
   Specifies whether to try rhosts based authentication with public key
   authentication.
   The argument must be
   .Cm yes
   or
   .Cm no
   (the default).
 .It Cm HostKeyAlgorithms  .It Cm HostKeyAlgorithms
 Specifies the host key algorithms  Specifies the host key algorithms
 that the client wants to use in order of preference.  that the client wants to use in order of preference.

Legend:
Removed from v.1.344  
changed lines
  Added in v.1.345