From e37a49086ecea40f6dc839043caca6d2bf65355b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 29 Mar 2007 18:46:09 +0000 Subject: [PATCH] Add another option to tighten the test environment. --- tests/sshserver.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sshserver.pl b/tests/sshserver.pl index be0d048..3671794 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 -- 2.7.4