Module Name: src
Committed By: christos
Date: Tue Sep 21 15:56:55 UTC 2021
Modified Files:
src/tests/lib/librumphijack: sshd_config.in
Log Message:
UsePrivilegeSeparation is no more
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumphijack/sshd_config.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/librumphijack/sshd_config.in
diff -u src/tests/lib/librumphijack/sshd_config.in:1.1 src/tests/lib/librumphijack/sshd_config.in:1.2
--- src/tests/lib/librumphijack/sshd_config.in:1.1 Mon Feb 14 10:14:00 2011
+++ src/tests/lib/librumphijack/sshd_config.in Tue Sep 21 11:56:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: sshd_config.in,v 1.1 2011/02/14 15:14:00 pooka Exp $
+# $NetBSD: sshd_config.in,v 1.2 2021/09/21 15:56:55 christos Exp $
# Basic settings.
Port 22
@@ -22,7 +22,6 @@ StrictModes no
# Some settings to allow user runs of sshd.
PidFile @WORKDIR@/sshd.pid
UsePam no
-UsePrivilegeSeparation no
# The root user should also be able to run the tests.
PermitRootLogin yes