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 | |
parent | 71cad318562c7d615d03dcc79a94a0c6084171ef (diff) |
Disable PasswordAuthentication for new installations (closes: #236810).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/postinst | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b535c3193..ef6d73a81 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:3.8p1-2) UNRELEASED; urgency=low | ||
2 | |||
3 | * Disable PasswordAuthentication for new installations (closes: #236810). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Mon, 8 Mar 2004 14:38:54 +0000 | ||
6 | |||
1 | openssh (1:3.8p1-1) unstable; urgency=low | 7 | openssh (1:3.8p1-1) unstable; urgency=low |
2 | 8 | ||
3 | * New upstream release (closes: #232281): | 9 | * New upstream release (closes: #232281): |
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 |