[sshd_config.5]
     clarify that even internal-sftp needs /dev/log for logging to work; ok
     markus@
This commit is contained in:
Darren Tucker 2009-06-21 17:56:00 +10:00
parent ac46a915e8
commit 00fcd719a5
2 changed files with 13 additions and 3 deletions

View File

@ -40,6 +40,10 @@
[session.c] [session.c]
use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
ok djm@ markus@ ok djm@ markus@
- 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@
20090616 20090616
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t

View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .\" $OpenBSD: sshd_config.5,v 1.104 2009/04/17 19:40:17 stevesk Exp $
.Dd $Mdocdate: April 13 2009 $ .Dd $Mdocdate: April 17 2009 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -213,11 +213,17 @@ and
.Xr tty 4 .Xr tty 4
devices. devices.
For file transfer sessions using For file transfer sessions using
.Dq sftp , .Dq sftp
which do not use logging,
no additional configuration of the environment is necessary if the no additional configuration of the environment is necessary if the
in-process sftp server is used (see in-process sftp server is used (see
.Cm Subsystem .Cm Subsystem
for details). for details).
sftp sessions which do use logging require
.Pa /dev/log
inside the chroot directory (see
.Xr sftp-server 8
for details).
.Pp .Pp
The default is not to The default is not to
.Xr chroot 2 . .Xr chroot 2 .