mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- markus@cvs.openbsd.org 2002/03/21 20:51:12
[sshd_config] add privsep (off)
This commit is contained in:
parent
818659a163
commit
fa1336ff47
@ -130,6 +130,10 @@
|
|||||||
- rees@cvs.openbsd.org 2002/03/21 18:08:15
|
- rees@cvs.openbsd.org 2002/03/21 18:08:15
|
||||||
[scard.c]
|
[scard.c]
|
||||||
In sc_put_key(), sc_reader_id should be id.
|
In sc_put_key(), sc_reader_id should be id.
|
||||||
|
- markus@cvs.openbsd.org 2002/03/21 20:51:12
|
||||||
|
[sshd_config]
|
||||||
|
add privsep (off)
|
||||||
|
|
||||||
20020317
|
20020317
|
||||||
- (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
|
- (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
|
||||||
warn if directory does not exist. Put system directories in front of
|
warn if directory does not exist. Put system directories in front of
|
||||||
@ -7975,4 +7979,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1961 2002/03/22 03:38:35 mouring Exp $
|
$Id: ChangeLog,v 1.1962 2002/03/22 03:40:58 mouring Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $
|
# $OpenBSD: sshd_config,v 1.49 2002/03/21 20:51:12 markus Exp $
|
||||||
|
|
||||||
# This is the sshd server system-wide configuration file. See sshd(8)
|
# This is the sshd server system-wide configuration file. See sshd(8)
|
||||||
# for more information.
|
# for more information.
|
||||||
@ -82,6 +82,7 @@
|
|||||||
#PrintLastLog yes
|
#PrintLastLog yes
|
||||||
#KeepAlive yes
|
#KeepAlive yes
|
||||||
#UseLogin no
|
#UseLogin no
|
||||||
|
#UsePrivilegeSeparation no
|
||||||
|
|
||||||
#MaxStartups 10
|
#MaxStartups 10
|
||||||
# no default banner path
|
# no default banner path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user