View | Details | Raw Unified | Return to bug 1488
Collapse All | Expand All

(-)sftp-server.8 (+11 lines)
Lines 72-77 DEBUG and DEBUG1 are equivalent. Link Here
72
DEBUG2 and DEBUG3 each specify higher levels of debugging output.
72
DEBUG2 and DEBUG3 each specify higher levels of debugging output.
73
The default is ERROR.
73
The default is ERROR.
74
.El
74
.El
75
.Pp
76
For logging to work,
77
.Nm
78
must be able to access
79
.Pa /dev/log .
80
Use of
81
.Nm
82
in a chroot configuation therefore requires that
83
.Xr syslogd 8
84
establish a logging socket inside the chroot directory.
85
.Pp
75
.Sh SEE ALSO
86
.Sh SEE ALSO
76
.Xr sftp 1 ,
87
.Xr sftp 1 ,
77
.Xr ssh 1 ,
88
.Xr ssh 1 ,

Return to bug 1488