diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-08 14:43:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-08 14:43:29 +0000 |
commit | 03a3f02202906cbe1778f75e05779bcf0fa54868 (patch) | |
tree | 9ad3c5b4ea05d2955b090f6172360d8f4c1d8d1d /debian/postinst | |
parent | 71cad318562c7d615d03dcc79a94a0c6084171ef (diff) |
Disable PasswordAuthentication for new installations (closes: #236810).
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index 4fbe93339..a0a07474f 100644 --- a/debian/postinst +++ b/debian/postinst | |||
@@ -146,8 +146,8 @@ PermitEmptyPasswords no | |||
146 | # Change to no to disable s/key passwords | 146 | # Change to no to disable s/key passwords |
147 | #ChallengeResponseAuthentication yes | 147 | #ChallengeResponseAuthentication yes |
148 | 148 | ||
149 | # To disable tunneled clear text passwords, change to no here! | 149 | # Change to yes to enable tunnelled clear text passwords |
150 | PasswordAuthentication yes | 150 | PasswordAuthentication no |
151 | 151 | ||
152 | 152 | ||
153 | # To change Kerberos options | 153 | # To change Kerberos options |