[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.322 and 1.323

version 1.322, 2023/01/18 01:50:21 version 1.323, 2023/02/10 04:47:19
Line 43 
Line 43 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sshd  .Nm sshd
 .Bk -words  .Bk -words
 .Op Fl 46DdeiqTtV  .Op Fl 46DGdeiqTtV
 .Op Fl C Ar connection_spec  .Op Fl C Ar connection_spec
 .Op Fl c Ar host_certificate_file  .Op Fl c Ar host_certificate_file
 .Op Fl E Ar log_file  .Op Fl E Ar log_file
Line 154 
Line 154 
 .Pa /etc/ssh/sshd_config .  .Pa /etc/ssh/sshd_config .
 .Nm  .Nm
 refuses to start if there is no configuration file.  refuses to start if there is no configuration file.
   .It Fl G
   Parse and print configuration file.
   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 g Ar login_grace_time  .It Fl g Ar login_grace_time
 Gives the grace time for clients to authenticate themselves (default  Gives the grace time for clients to authenticate themselves (default
 120 seconds).  120 seconds).
Line 208 
Line 217 
 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.
   This is similar to the
   .Fl G
   flag, but it includes the additional testing performed by the
   .Fl t
   flag.
 .It Fl t  .It Fl t
 Test mode.  Test mode.
 Only check the validity of the configuration file and sanity of the keys.  Only check the validity of the configuration file and sanity of the keys.

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.323