[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.50 and 1.51

version 1.50, 2006/02/24 20:22:16 version 1.51, 2006/02/24 20:31:31
Line 72 
Line 72 
 for how to configure the client.  for how to configure the client.
 Note that environment passing is only supported for protocol 2.  Note that environment passing is only supported for protocol 2.
 Variables are specified by name, which may contain the wildcard characters  Variables are specified by name, which may contain the wildcard characters
 .Ql \&*  .Ql *
 and  and
 .Ql \&? .  .Ql \&? .
 Multiple environment variables may be separated by whitespace or spread  Multiple environment variables may be separated by whitespace or spread
Line 456 
Line 456 
 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 sshd  .Nm sshd
 will refuse connection attempts with a probability of  will refuse connection attempts with a probability of
 .Dq rate/100  .Dq rate/100
Line 612 
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  Arguments should be a subsystem name and a command to execute upon subsystem
 request.  request.
 The command  The command

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51