diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
commit | 23ad7ca187d4b40b45b18903c6e96b4cc3ea9ec1 (patch) | |
tree | b30b75b82f92948e8721ca68cb874178f72ed67c /debian/changelog | |
parent | 77be91fc874d0bdfb00e2da57550ff9c8969a6d4 (diff) |
Forward-port from HEAD:
* If PasswordAuthentication is disabled, then offer to disable
ChallengeResponseAuthentication too. The current PAM code will attempt
password-style authentication if ChallengeResponseAuthentication is
enabled (closes: #250369).
* This will ask a question of anyone who installed fresh with 1:3.8p1-2 or
later and then upgraded. Sorry about that ... for this reason, the
default answer is to leave ChallengeResponseAuthentication enabled.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c1aa043f0..e0c41d52d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,13 @@ | |||
1 | openssh (1:3.8.1p1-11) UNRELEASED; urgency=low | 1 | openssh (1:3.8.1p1-11) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Move sshd_config(5) to openssh-server, where it belongs. | 3 | * Move sshd_config(5) to openssh-server, where it belongs. |
4 | * If PasswordAuthentication is disabled, then offer to disable | ||
5 | ChallengeResponseAuthentication too. The current PAM code will attempt | ||
6 | password-style authentication if ChallengeResponseAuthentication is | ||
7 | enabled (closes: #250369). | ||
8 | * This will ask a question of anyone who installed fresh with 1:3.8p1-2 or | ||
9 | later and then upgraded. Sorry about that ... for this reason, the | ||
10 | default answer is to leave ChallengeResponseAuthentication enabled. | ||
4 | 11 | ||
5 | -- Colin Watson <cjwatson@debian.org> Tue, 31 Aug 2004 04:30:34 +0100 | 12 | -- Colin Watson <cjwatson@debian.org> Tue, 31 Aug 2004 04:30:34 +0100 |
6 | 13 | ||