aboutsummaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-29 18:46:09 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-29 18:46:09 +0000
commite37a49086ecea40f6dc839043caca6d2bf65355b (patch)
treeef9b74f670a8ce2c3544961f891bf6b81bbaa7b0 /tests/sshserver.pl
parenta1e5c621c09deae7f21211741a7f6ea994233460 (diff)
Add another option to tighten the test environment.
Diffstat (limited to 'tests/sshserver.pl')
-rw-r--r--tests/sshserver.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index be0d0480c..367179402 100644
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl
@@ -112,6 +112,7 @@ IgnoreUserKnownHosts yes
KeepAlive no
PasswordAuthentication no
PermitEmptyPasswords no
+PermitUserEnvironment no
PermitRootLogin no
PrintLastLog no
PrintMotd no
@@ -121,7 +122,7 @@ UseLogin no
X11Forwarding no
UsePrivilegeSeparation no
# Newer OpenSSH options
-UsePam no
+UsePAM no
UseDNS no
ChallengeResponseAuthentication no
EOF