[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.128 and 1.129

version 1.128, 2010/10/28 18:33:28 version 1.129, 2010/11/13 23:27:51
Line 513 
Line 513 
 .Cm HostbasedAuthentication .  .Cm HostbasedAuthentication .
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm IPQoS
   Specifies the IPv4 type-of-service or DSCP class for the connection.
   Accepted values are
   .Dq af11 ,
   .Dq af12 ,
   .Dq af13 ,
   .Dq af14 ,
   .Dq af22 ,
   .Dq af23 ,
   .Dq af31 ,
   .Dq af32 ,
   .Dq af33 ,
   .Dq af41 ,
   .Dq af42 ,
   .Dq af43 ,
   .Dq cs0 ,
   .Dq cs1 ,
   .Dq cs2 ,
   .Dq cs3 ,
   .Dq cs4 ,
   .Dq cs5 ,
   .Dq cs6 ,
   .Dq cs7 ,
   .Dq ef ,
   .Dq lowdelay ,
   .Dq throughput ,
   .Dq reliability ,
   or a numeric value.
   This option may take one or two arguments.
   If one argument is specified, it is used as the packet class unconditionally.
   If two values are specified, the first is automatically selected for
   interactive sessions and the second for non-interactive sessions.
   The default is
   .Dq lowdelay
   for interactive sessions and
   .Dq throughput
   for non-interactive sessions.
 .It Cm KerberosAuthentication  .It Cm KerberosAuthentication
 Specifies whether the password provided by the user for  Specifies whether the password provided by the user for
 .Cm PasswordAuthentication  .Cm PasswordAuthentication

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129