[BACK]Return to sftp-server.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-server.8 between version 1.10 and 1.10.10.1

version 1.10, 2003/10/08 08:27:36 version 1.10.10.1, 2006/09/30 04:06:51
Line 30 
Line 30 
 .Nd SFTP server subsystem  .Nd SFTP server subsystem
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp-server  .Nm sftp-server
   .Op Fl f Ar log_facility
   .Op Fl l Ar log_level
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is a program that speaks the server side of SFTP protocol  is a program that speaks the server side of SFTP protocol
Line 40 
Line 42 
 using the  using the
 .Cm Subsystem  .Cm Subsystem
 option.  option.
   .Pp
   Command-line flags to
   .Nm
   should be specified in the
   .Cm Subsystem
   declaration.
 See  See
 .Xr sshd_config 5  .Xr sshd_config 5
 for more information.  for more information.
   .Pp
   Valid options are:
   .Bl -tag -width Ds
   .It Fl f Ar log_facility
   Specifies the facility code that is used when logging messages from
   .Nm .
   The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
   LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
   The default is AUTH.
   .It Fl l Ar log_level
   Specifies which messages will be logged by
   .Nm .
   The possible values are:
   QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
   INFO and VERBOSE log transactions that
   .Nm
   performs on behalf of the client.
   DEBUG and DEBUG1 are equivalent.
   DEBUG2 and DEBUG3 each specify higher levels of debugging output.
   The default is ERROR.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr sftp 1 ,  .Xr sftp 1 ,
 .Xr ssh 1 ,  .Xr ssh 1 ,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.10.1