[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.188 and 1.189

version 1.188, 2014/12/22 09:05:17 version 1.189, 2015/01/13 07:39:19
Line 562 
Line 562 
 The default is  The default is
 .Dq yes .  .Dq yes .
 Note that this option applies to protocol version 2 only.  Note that this option applies to protocol version 2 only.
   .It Cm HostbasedAcceptedKeyTypes
   Specifies the key types that will be accepted for hostbased authentication
   as a comma-separated pattern list.
   The default
   .Dq *
   will allow all key types.
   The
   .Fl Q
   option of
   .Xr ssh 1
   may be used to list supported key types.
 .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 963 
Line 974 
 .Cm ForceCommand ,  .Cm ForceCommand ,
 .Cm GatewayPorts ,  .Cm GatewayPorts ,
 .Cm GSSAPIAuthentication ,  .Cm GSSAPIAuthentication ,
   .Cm HostbasedAcceptedKeyTypes ,
 .Cm HostbasedAuthentication ,  .Cm HostbasedAuthentication ,
 .Cm HostbasedUsesNameFromPacketOnly ,  .Cm HostbasedUsesNameFromPacketOnly ,
 .Cm KbdInteractiveAuthentication ,  .Cm KbdInteractiveAuthentication ,
Line 976 
Line 988 
 .Cm PermitTTY ,  .Cm PermitTTY ,
 .Cm PermitTunnel ,  .Cm PermitTunnel ,
 .Cm PermitUserRC ,  .Cm PermitUserRC ,
   .Cm PubkeyAcceptedKeyTypes ,
 .Cm PubkeyAuthentication ,  .Cm PubkeyAuthentication ,
 .Cm RekeyLimit ,  .Cm RekeyLimit ,
 .Cm RhostsRSAAuthentication ,  .Cm RhostsRSAAuthentication ,
Line 1183 
Line 1196 
 .Dq 2,1  .Dq 2,1
 is identical to  is identical to
 .Dq 1,2 .  .Dq 1,2 .
   .It Cm PubkeyAcceptedKeyTypes
   Specifies the key types that will be accepted for public key authentication
   as a comma-separated pattern list.
   The default
   .Dq *
   will allow all key types.
   The
   .Fl Q
   option of
   .Xr ssh 1
   may be used to list supported key types.
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether public key authentication is allowed.  Specifies whether public key authentication is allowed.
 The default is  The default is

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189