summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-06-21 17:56:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-06-21 17:56:25 +1000
commitf92077f05c7e1ebaf944da909e5a7ca7932443e0 (patch)
treec5f1ffed29efb4e543d4756b8ff82972bf2c4c55
parent00fcd719a5877c6e02a0d6c66bd2de651fee728c (diff)
downloadopenssh-git-f92077f05c7e1ebaf944da909e5a7ca7932443e0.tar.gz
- jmc@cvs.openbsd.org 2009/04/18 18:39:10
[sshd_config.5] tweak previous; ok stevesk
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.513
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a75cdd6..dcc9932d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,9 @@
[sshd_config.5]
clarify that even internal-sftp needs /dev/log for logging to work; ok
markus@
+ - jmc@cvs.openbsd.org 2009/04/18 18:39:10
+ [sshd_config.5]
+ tweak previous; ok stevesk
20090616
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
diff --git a/sshd_config.5 b/sshd_config.5
index 5c100bda..916e019d 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.104 2009/04/17 19:40:17 stevesk Exp $
-.Dd $Mdocdate: April 17 2009 $
+.\" $OpenBSD: sshd_config.5,v 1.105 2009/04/18 18:39:10 jmc Exp $
+.Dd $Mdocdate: April 18 2009 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -213,13 +213,10 @@ and
.Xr tty 4
devices.
For file transfer sessions using
-.Dq sftp
-which do not use logging,
+.Dq sftp ,
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
+in-process sftp server is used,
+though sessions which use logging do require
.Pa /dev/log
inside the chroot directory (see
.Xr sftp-server 8