[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.52 and 1.53

version 1.52, 2006/02/24 23:43:57 version 1.53, 2006/02/24 23:51:17
Line 46 
Line 46 
 .It Pa /etc/ssh/sshd_config  .It Pa /etc/ssh/sshd_config
 .El  .El
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm sshd  .Xr sshd 8
 reads configuration data from  reads configuration data from
 .Pa /etc/ssh/sshd_config  .Pa /etc/ssh/sshd_config
 (or the file specified with  (or the file specified with
Line 85 
Line 85 
 The default is not to accept any environment variables.  The default is not to accept any environment variables.
 .It Cm AddressFamily  .It Cm AddressFamily
 Specifies which address family should be used by  Specifies which address family should be used by
 .Nm sshd .  .Xr sshd 8 .
 Valid arguments are  Valid arguments are
 .Dq any ,  .Dq any ,
 .Dq inet  .Dq inet
Line 421 
Line 421 
 The default is 120 seconds.  The default is 120 seconds.
 .It Cm LogLevel  .It Cm LogLevel
 Gives the verbosity level that is used when logging messages from  Gives the verbosity level that is used when logging messages from
 .Nm sshd .  .Xr sshd 8 .
 The possible values are:  The possible values are:
 QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.  QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
 The default is INFO.  The default is INFO.
Line 453 
Line 453 
 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  .Xr sshd 8
 will refuse connection attempts with a probability of  will refuse connection attempts with a probability of
 .Dq rate/100  .Dq rate/100
 (30%)  (30%)
Line 531 
Line 531 
 .Ev LD_PRELOAD .  .Ev LD_PRELOAD .
 .It Cm PidFile  .It Cm PidFile
 Specifies the file that contains the process ID of the  Specifies the file that contains the process ID of the
 .Nm sshd  SSH daemon.
 daemon.  
 The default is  The default is
 .Pa /var/run/sshd.pid .  .Pa /var/run/sshd.pid .
 .It Cm Port  .It Cm Port
Line 620 
Line 619 
 Note that this option applies to protocol version 2 only.  Note that this option applies to protocol version 2 only.
 .It Cm SyslogFacility  .It Cm SyslogFacility
 Gives the facility code that is used when logging messages from  Gives the facility code that is used when logging messages from
 .Nm sshd .  .Xr sshd 8 .
 The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,  The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
 LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.  LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
 The default is AUTH.  The default is AUTH.
Line 756 
Line 755 
 .Pa /usr/X11R6/bin/xauth .  .Pa /usr/X11R6/bin/xauth .
 .El  .El
 .Ss Time Formats  .Ss Time Formats
 .Nm sshd  .Xr sshd 8
 command-line arguments and configuration file options that specify time  command-line arguments and configuration file options that specify time
 may be expressed using a sequence of the form:  may be expressed using a sequence of the form:
 .Sm off  .Sm off
Line 800 
Line 799 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa /etc/ssh/sshd_config  .It Pa /etc/ssh/sshd_config
 Contains configuration data for  Contains configuration data for
 .Nm sshd .  .Xr sshd 8 .
 This file should be writable by root only, but it is recommended  This file should be writable by root only, but it is recommended
 (though not necessary) that it be world-readable.  (though not necessary) that it be world-readable.
 .El  .El

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53