[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.241 and 1.242

version 1.241, 2008/03/27 22:37:57 version 1.242, 2008/06/10 04:50:25
Line 44 
Line 44 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sshd  .Nm sshd
 .Bk -words  .Bk -words
 .Op Fl 46Ddeiqt  .Op Fl 46DTdeiqt
 .Op Fl b Ar bits  .Op Fl b Ar bits
   .Op Fl C Ar connection_spec
 .Op Fl f Ar config_file  .Op Fl f Ar config_file
 .Op Fl g Ar login_grace_time  .Op Fl g Ar login_grace_time
 .Op Fl h Ar host_key_file  .Op Fl h Ar host_key_file
Line 197 
Line 198 
 This is useful for updating  This is useful for updating
 .Nm  .Nm
 reliably as configuration options may change.  reliably as configuration options may change.
   .It Fl T
   Extended test mode.
   Check the validity of the configuration file, output the effective configuration
   to stdout and then exit.
   Optionally,
   .Cm Match
   rules may be applied by specifying the connection parameters using one or more
   .Fl C
   options.
   .It Fl C
   Specify the connection parameters to use for the 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 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.241  
changed lines
  Added in v.1.242