diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-29 18:46:09 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-29 18:46:09 +0000 |
commit | e37a49086ecea40f6dc839043caca6d2bf65355b (patch) | |
tree | ef9b74f670a8ce2c3544961f891bf6b81bbaa7b0 | |
parent | a1e5c621c09deae7f21211741a7f6ea994233460 (diff) |
Add another option to tighten the test environment.
-rw-r--r-- | tests/sshserver.pl | 3 |
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 |