- stevesk@cvs.openbsd.org 2009/04/17 19:40:17
     [sshd_config.5]
     clarify that even internal-sftp needs /dev/log for logging to work; ok
     markus@
diff --git a/sshd_config.5 b/sshd_config.5
index 684c1c2..5c100bd 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.103 2009/04/13 19:07:44 stevesk Exp $
-.Dd $Mdocdate: April 13 2009 $
+.\" $OpenBSD: sshd_config.5,v 1.104 2009/04/17 19:40:17 stevesk Exp $
+.Dd $Mdocdate: April 17 2009 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -213,11 +213,17 @@
 .Xr tty 4
 devices.
 For file transfer sessions using
-.Dq sftp ,
+.Dq sftp
+which do not use logging,
 no additional configuration of the environment is necessary if the
 in-process sftp server is used (see
 .Cm Subsystem
 for details).
+sftp sessions which do use logging require
+.Pa /dev/log
+inside the chroot directory (see
+.Xr sftp-server 8
+for details).
 .Pp
 The default is not to
 .Xr chroot 2 .