summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.513
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a75cdd65..dcc9932db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,9 @@
44 [sshd_config.5] 44 [sshd_config.5]
45 clarify that even internal-sftp needs /dev/log for logging to work; ok 45 clarify that even internal-sftp needs /dev/log for logging to work; ok
46 markus@ 46 markus@
47 - jmc@cvs.openbsd.org 2009/04/18 18:39:10
48 [sshd_config.5]
49 tweak previous; ok stevesk
47 50
4820090616 5120090616
49 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t 52 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
diff --git a/sshd_config.5 b/sshd_config.5
index 5c100bdaa..916e019da 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.104 2009/04/17 19:40:17 stevesk Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.105 2009/04/18 18:39:10 jmc Exp $
38.Dd $Mdocdate: April 17 2009 $ 38.Dd $Mdocdate: April 18 2009 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -213,13 +213,10 @@ and
213.Xr tty 4 213.Xr tty 4
214devices. 214devices.
215For file transfer sessions using 215For file transfer sessions using
216.Dq sftp 216.Dq sftp ,
217which do not use logging,
218no additional configuration of the environment is necessary if the 217no additional configuration of the environment is necessary if the
219in-process sftp server is used (see 218in-process sftp server is used,
220.Cm Subsystem 219though sessions which use logging do require
221for details).
222sftp sessions which do use logging require
223.Pa /dev/log 220.Pa /dev/log
224inside the chroot directory (see 221inside the chroot directory (see
225.Xr sftp-server 8 222.Xr sftp-server 8