- schwarze@cvs.openbsd.org 2014/07/28 15:40:08
[sftp-server.8 sshd_config.5] some systems no longer need /dev/log; issue noticed by jirib; ok deraadt
This commit is contained in:
parent
f497794b69
commit
426117b2e9
|
@ -9,6 +9,11 @@
|
||||||
left in memory after they have been expired or deleted in some cases
|
left in memory after they have been expired or deleted in some cases
|
||||||
(but note that ssh-agent is setgid so you would still need root to
|
(but note that ssh-agent is setgid so you would still need root to
|
||||||
access them). Pointed out by Kevin Burns, ok deraadt
|
access them). Pointed out by Kevin Burns, ok deraadt
|
||||||
|
- schwarze@cvs.openbsd.org 2014/07/28 15:40:08
|
||||||
|
[sftp-server.8 sshd_config.5]
|
||||||
|
some systems no longer need /dev/log;
|
||||||
|
issue noticed by jirib;
|
||||||
|
ok deraadt
|
||||||
|
|
||||||
20140725
|
20140725
|
||||||
- (djm) [regress/multiplex.sh] restore incorrectly deleted line;
|
- (djm) [regress/multiplex.sh] restore incorrectly deleted line;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp-server.8,v 1.25 2013/10/14 14:18:56 jmc Exp $
|
.\" $OpenBSD: sftp-server.8,v 1.26 2014/07/28 15:40:08 schwarze Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: October 14 2013 $
|
.Dd $Mdocdate: July 28 2014 $
|
||||||
.Dt SFTP-SERVER 8
|
.Dt SFTP-SERVER 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -140,11 +140,11 @@ to be applied to newly-created files and directories, instead of the
|
||||||
user's default mask.
|
user's default mask.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
For logging to work,
|
On some systems,
|
||||||
.Nm
|
.Nm
|
||||||
must be able to access
|
must be able to access
|
||||||
.Pa /dev/log .
|
.Pa /dev/log
|
||||||
Use of
|
for logging to work, and use of
|
||||||
.Nm
|
.Nm
|
||||||
in a chroot configuration therefore requires that
|
in a chroot configuration therefore requires that
|
||||||
.Xr syslogd 8
|
.Xr syslogd 8
|
||||||
|
|
|
@ -33,8 +33,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.175 2014/07/15 15:54:14 millert Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.176 2014/07/28 15:40:08 schwarze Exp $
|
||||||
.Dd $Mdocdate: July 15 2014 $
|
.Dd $Mdocdate: July 28 2014 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -344,9 +344,9 @@ For file transfer sessions using
|
||||||
.Dq sftp ,
|
.Dq sftp ,
|
||||||
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,
|
in-process sftp server is used,
|
||||||
though sessions which use logging do require
|
though sessions which use logging may require
|
||||||
.Pa /dev/log
|
.Pa /dev/log
|
||||||
inside the chroot directory (see
|
inside the chroot directory on some operating systems (see
|
||||||
.Xr sftp-server 8
|
.Xr sftp-server 8
|
||||||
for details).
|
for details).
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue