diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
commit | 726497d9b38fab2eb9e9f66e73050527d9963712 (patch) | |
tree | 8afa45f1e9363ed0bdda2984ab2b27118c56fed5 /debian/changelog | |
parent | 82688c6fdce4f7bd07efcacc82e49b520b8d8056 (diff) |
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).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2c157e7ad..2d527565d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,12 @@ | |||
1 | openssh (1:3.8.1p1-8.sarge.1) UNRELEASED; urgency=high | ||
2 | |||
3 | * If PasswordAuthentication is disabled, then offer to disable | ||
4 | ChallengeResponseAuthentication too. The current PAM code will attempt | ||
5 | password-style authentication if ChallengeResponseAuthentication is | ||
6 | enabled (closes: #250369). | ||
7 | |||
8 | -- Colin Watson <cjwatson@debian.org> Tue, 5 Oct 2004 19:05:08 +0100 | ||
9 | |||
1 | openssh (1:3.8.1p1-8) unstable; urgency=high | 10 | openssh (1:3.8.1p1-8) unstable; urgency=high |
2 | 11 | ||
3 | * Matthew Vernon: | 12 | * Matthew Vernon: |