[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.242 and 1.243

version 1.242, 2008/06/10 04:50:25 version 1.243, 2008/06/10 08:17:40
Line 44 
Line 44 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sshd  .Nm sshd
 .Bk -words  .Bk -words
 .Op Fl 46DTdeiqt  .Op Fl 46DdeiqTt
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .Op Fl C Ar connection_spec  .Op Fl C Ar connection_spec
 .Op Fl f Ar config_file  .Op Fl f Ar config_file
Line 101 
Line 101 
 .It Fl b Ar bits  .It Fl b Ar bits
 Specifies the number of bits in the ephemeral protocol version 1  Specifies the number of bits in the ephemeral protocol version 1
 server key (default 768).  server key (default 768).
   .It Fl C Ar connection_spec
   Specify the connection parameters to use for the
   .Fl T
   extended test mode.
   If provided, any
   .Cm Match
   directives in the configuration file
   that would apply to the specified user, host, and address will be set before
   the configuration is written to standard output.
   The connection parameters are supplied as keyword=value pairs.
   The keywords are
   .Dq user ,
   .Dq host ,
   and
   .Dq addr .
   All are required and may be supplied in any order, either with multiple
   .Fl C
   options or as a comma-separated list.
 .It Fl D  .It Fl D
 When this option is specified,  When this option is specified,
 .Nm  .Nm
Line 192 
Line 210 
 Nothing is sent to the system log.  Nothing is sent to the system log.
 Normally the beginning,  Normally the beginning,
 authentication, and termination of each connection is logged.  authentication, and termination of each connection is logged.
 .It Fl t  
 Test mode.  
 Only check the validity of the configuration file and sanity of the keys.  
 This is useful for updating  
 .Nm  
 reliably as configuration options may change.  
 .It Fl T  .It Fl T
 Extended test mode.  Extended test mode.
 Check the validity of the configuration file, output the effective configuration  Check the validity of the configuration file, output the effective configuration
Line 207 
Line 219 
 rules may be applied by specifying the connection parameters using one or more  rules may be applied by specifying the connection parameters using one or more
 .Fl C  .Fl C
 options.  options.
 .It Fl C  .It Fl t
 Specify the connection parameters to use for the the  Test mode.
 .Fl T  Only check the validity of the configuration file and sanity of the keys.
 extended test mode.  This is useful for updating
 If provided, any  .Nm
 .Cm Match  reliably as configuration options may change.
 directives in the configuration file  
 that would apply to the specified user, host and address will be set before  
 the configuration is written to standard output.  
 The connection parameters are supplied as keyword=value pairs.  
 The keywords are  
 .Dq user ,  
 .Dq host  
 and  
 .Dq addr  
 All are required and may be supplied in any order, either with multiple  
 .Fl C  
 options or as a comma-separated list.  
 .It Fl u Ar len  .It Fl u Ar len
 This option is used to specify the size of the field  This option is used to specify the size of the field
 in the  in the

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.243