summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:40:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:40:58 +0000
commitfa1336ff47f406c7f705899993a6003405d92975 (patch)
treeba29eaee27ade7691c7e6e97883dc60722c9f21f
parent818659a163197153d511dad9fa524266df5bb86e (diff)
- markus@cvs.openbsd.org 2002/03/21 20:51:12
[sshd_config] add privsep (off)
-rw-r--r--ChangeLog6
-rw-r--r--sshd_config3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eed8676ad..f3f6effab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -130,6 +130,10 @@
130 - rees@cvs.openbsd.org 2002/03/21 18:08:15 130 - rees@cvs.openbsd.org 2002/03/21 18:08:15
131 [scard.c] 131 [scard.c]
132 In sc_put_key(), sc_reader_id should be id. 132 In sc_put_key(), sc_reader_id should be id.
133 - markus@cvs.openbsd.org 2002/03/21 20:51:12
134 [sshd_config]
135 add privsep (off)
136
13320020317 13720020317
134 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 138 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
135 warn if directory does not exist. Put system directories in front of 139 warn if directory does not exist. Put system directories in front of
@@ -7975,4 +7979,4 @@
7975 - Wrote replacements for strlcpy and mkdtemp 7979 - Wrote replacements for strlcpy and mkdtemp
7976 - Released 1.0pre1 7980 - Released 1.0pre1
7977 7981
7978$Id: ChangeLog,v 1.1961 2002/03/22 03:38:35 mouring Exp $ 7982$Id: ChangeLog,v 1.1962 2002/03/22 03:40:58 mouring Exp $
diff --git a/sshd_config b/sshd_config
index 3eb19875a..a3d8e9a63 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.49 2002/03/21 20:51:12 markus Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See sshd(8)
4# for more information. 4# for more information.
@@ -82,6 +82,7 @@
82#PrintLastLog yes 82#PrintLastLog yes
83#KeepAlive yes 83#KeepAlive yes
84#UseLogin no 84#UseLogin no
85#UsePrivilegeSeparation no
85 86
86#MaxStartups 10 87#MaxStartups 10
87# no default banner path 88# no default banner path