diff options
Diffstat (limited to 'sftp-server.8')
-rw-r--r-- | sftp-server.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sftp-server.8 b/sftp-server.8 index 41c0f7664..161773597 100644 --- a/sftp-server.8 +++ b/sftp-server.8 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp-server.8,v 1.12 2007/05/31 19:20:16 jmc Exp $ | 1 | .\" $OpenBSD: sftp-server.8,v 1.14 2008/07/18 22:51:01 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | .\" Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: June 5 2007 $ | 25 | .Dd $Mdocdate: July 18 2008 $ |
26 | .Dt SFTP-SERVER 8 | 26 | .Dt SFTP-SERVER 8 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -72,6 +72,16 @@ DEBUG and DEBUG1 are equivalent. | |||
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. | ||
75 | .Sh SEE ALSO | 85 | .Sh SEE ALSO |
76 | .Xr sftp 1 , | 86 | .Xr sftp 1 , |
77 | .Xr ssh 1 , | 87 | .Xr ssh 1 , |