summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-14 12:09:57 +1000
committerDamien Miller <djm@mindrot.org>2008-07-14 12:09:57 +1000
commit276571c29d0e8a0c0e2d75e18ff57d63eb26f68c (patch)
treedfe53848aa7f9be3b696dc160939df7b405c91c7
parent36d7056f4de36fa40cf9e16d7d21c64ae8763f80 (diff)
downloadopenssh-git-276571c29d0e8a0c0e2d75e18ff57d63eb26f68c.tar.gz
- djm@cvs.openbsd.org 2008/07/14 01:55:56
[sftp-server.8] mention requirement for /dev/log inside chroot when using sftp-server with ChrootDirectory
-rw-r--r--ChangeLog6
-rw-r--r--sftp-server.815
2 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 611e8734..dfc8dc54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@
increase number of piplelined requests so they properly fill the
(recently increased) channel window. prompted by rapier AT psc.edu;
ok markus@
+ - djm@cvs.openbsd.org 2008/07/14 01:55:56
+ [sftp-server.8]
+ mention requirement for /dev/log inside chroot when using sftp-server
+ with ChrootDirectory
- (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
avoid clash with sin(3) function; reported by
cristian.ionescu-idbohrn AT axis.com
@@ -4658,4 +4662,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5081 2008/07/14 02:04:43 djm Exp $
+$Id: ChangeLog,v 1.5082 2008/07/14 02:09:57 djm Exp $
diff --git a/sftp-server.8 b/sftp-server.8
index d760974c..8b713139 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.12 2007/05/31 19:20:16 jmc Exp $
+.\" $OpenBSD: sftp-server.8,v 1.13 2008/07/14 01:55:56 djm Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: July 14 2008 $
.Dt SFTP-SERVER 8
.Os
.Sh NAME
@@ -72,6 +72,17 @@ DEBUG and DEBUG1 are equivalent.
DEBUG2 and DEBUG3 each specify higher levels of debugging output.
The default is ERROR.
.El
+.Pp
+For logging to work,
+.Nm
+must be able to access
+.Pa /dev/log .
+Use of
+.Nm
+in a chroot configuation therefore requires that
+.Xr syslogd 8
+establish a logging socket inside the chroot directory.
+.Pp
.Sh SEE ALSO
.Xr sftp 1 ,
.Xr ssh 1 ,