[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.66 and 1.67

version 1.66, 2000/09/21 10:55:10 version 1.67, 2000/10/13 17:20:44
Line 186 
Line 186 
 log, and does not put itself in the background.  log, and does not put itself in the background.
 The server also will not fork and will only process one connection.  The server also will not fork and will only process one connection.
 This option is only intended for debugging for the server.  This option is only intended for debugging for the server.
 Multiple -d options increases the debugging level. Maximum is 3.  Multiple -d options increases the debugging level.
   Maximum is 3.
 .It Fl f Ar configuration_file  .It Fl f Ar configuration_file
 Specifies the name of the configuration file.  Specifies the name of the configuration file.
 The default is  The default is
Line 424 
Line 425 
 This can be in the form of a Kerberos ticket, or if  This can be in the form of a Kerberos ticket, or if
 .Cm PasswordAuthentication  .Cm PasswordAuthentication
 is yes, the password provided by the user will be validated through  is yes, the password provided by the user will be validated through
 the Kerberos KDC.  To use this option, the server needs a  the Kerberos KDC.
   To use this option, the server needs a
 Kerberos servtab which allows the verification of the KDC's identity.  Kerberos servtab which allows the verification of the KDC's identity.
 Default is  Default is
 .Dq yes .  .Dq yes .
Line 488 
Line 490 
 Alternatively, random early drop can be enabled by specifying  Alternatively, random early drop can be enabled by specifying
 the three colon separated values  the three colon separated values
 .Dq start:rate:full  .Dq start:rate:full
 (e.g. "10:30:60").  (e.g., "10:30:60").
 .Nm  .Nm
 will refuse connection attempts with a probabillity of  will refuse connection attempts with a probabillity of
 .Dq rate/100  .Dq rate/100
Line 610 
Line 612 
 The default is  The default is
 .Dq yes .  .Dq yes .
 .It Cm Subsystem  .It Cm Subsystem
 Configures an external subsystem (e.g. file transfer daemon).  Configures an external subsystem (e.g., file transfer daemon).
 Arguments should be a subsystem name and a command to execute upon subsystem request.  Arguments should be a subsystem name and a command to execute upon subsystem
   request.
 The command  The command
 .Xr sftp-server 8  .Xr sftp-server 8
 implements the  implements the

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67