summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.512
1 files changed, 9 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 684c1c25..5c100bda 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 @@ and
.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 .