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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.324 and 1.325

version 1.324, 2021/01/22 02:44:58 version 1.325, 2021/01/26 05:32:22
Line 660 
Line 660 
 This facility is provided to assist with operation on multi homed machines.  This facility is provided to assist with operation on multi homed machines.
 The default is  The default is
 .Cm yes .  .Cm yes .
 .It Cm HostbasedAcceptedKeyTypes  .It Cm HostbasedAcceptedAlgorithms
 Specifies the key types that will be accepted for hostbased authentication  Specifies the key types that will be accepted for hostbased authentication
 as a list of comma-separated patterns.  as a list of comma-separated patterns.
 Alternately if the specified list begins with a  Alternately if the specified list begins with a
Line 694 
Line 694 
 .Ed  .Ed
 .Pp  .Pp
 The list of available key types may also be obtained using  The list of available key types may also be obtained using
 .Qq ssh -Q HostbasedAcceptedKeyTypes .  .Qq ssh -Q HostbasedAcceptedAlgorithms .
   This was formerly named HostbasedAcceptedKeyTypes.
 .It Cm HostbasedAuthentication  .It Cm HostbasedAuthentication
 Specifies whether rhosts or /etc/hosts.equiv authentication together  Specifies whether rhosts or /etc/hosts.equiv authentication together
 with successful public key client host authentication is allowed  with successful public key client host authentication is allowed
Line 1192 
Line 1193 
 .Cm ForceCommand ,  .Cm ForceCommand ,
 .Cm GatewayPorts ,  .Cm GatewayPorts ,
 .Cm GSSAPIAuthentication ,  .Cm GSSAPIAuthentication ,
 .Cm HostbasedAcceptedKeyTypes ,  .Cm HostbasedAcceptedAlgorithms ,
 .Cm HostbasedAuthentication ,  .Cm HostbasedAuthentication ,
 .Cm HostbasedUsesNameFromPacketOnly ,  .Cm HostbasedUsesNameFromPacketOnly ,
 .Cm IgnoreRhosts ,  .Cm IgnoreRhosts ,

Legend:
Removed from v.1.324  
changed lines
  Added in v.1.325