mirror of
https://github.com/curl/curl.git
synced 2026-05-18 02:26:20 +03:00
Add another option to tighten the test environment.
This commit is contained in:
parent
a1e5c621c0
commit
e37a49086e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue