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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.56 and 1.57

version 1.56, 2000/07/06 04:06:56 version 1.57, 2000/07/22 09:14:36
Line 443 
Line 443 
 .Cm LoginGraceTime  .Cm LoginGraceTime
 expires for a connection.  expires for a connection.
 The default is 10.  The default is 10.
   .Pp
   Alternatively, random early drop can be enabled by specifying
   the three colon separated values
   .Dq start:rate:full
   (e.g. "10:30:60").
   .Nm
   will refuse connection attempts with a probabillity of
   .Dq rate/100
   (30%)
   if there are currently
   .Dq start
   (10)
   unauthenticated connections.
   The probabillity increases linearly and all connection attempts
   are refused if the number of unauthenticated connections reaches
   .Dq full
   (60).
 .It Cm PasswordAuthentication  .It Cm PasswordAuthentication
 Specifies whether password authentication is allowed.  Specifies whether password authentication is allowed.
 The default is  The default is

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57