diff options
Diffstat (limited to 'tests')
-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 |