diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:46:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-06 04:46:43 +0000 |
commit | 879756082fbdacc158ba04e8f770a1229c3daef4 (patch) | |
tree | ee240cb73f5e1d9d6c698242c95dc221ef5127c8 /debian/changelog | |
parent | ce57532d1450edba31c7a98937966a857cc2c397 (diff) |
* Create transitional ssh-krb5 package which enables GSSAPI configuration
in sshd_config.
* Default client to attempting GSSAPI authentication.
* Remove obsolete GSSAPINoMICAuthentication from sshd_config if it's
found.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b01b5cab7..aa1403e67 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,8 +1,16 @@ | |||
1 | openssh (1:4.3p2-7) UNRELEASED; urgency=low | 1 | openssh (1:4.3p2-7) UNRELEASED; urgency=low |
2 | 2 | ||
3 | [ Colin Watson ] | ||
3 | * Ignore errors from usermod when changing sshd's shell, since it will | 4 | * Ignore errors from usermod when changing sshd's shell, since it will |
4 | fail if the sshd user is not local (closes: #398436). | 5 | fail if the sshd user is not local (closes: #398436). |
5 | 6 | ||
7 | [ Russ Allbery ] | ||
8 | * Create transitional ssh-krb5 package which enables GSSAPI configuration | ||
9 | in sshd_config. | ||
10 | * Default client to attempting GSSAPI authentication. | ||
11 | * Remove obsolete GSSAPINoMICAuthentication from sshd_config if it's | ||
12 | found. | ||
13 | |||
6 | -- Colin Watson <cjwatson@debian.org> Mon, 20 Nov 2006 14:57:16 +0000 | 14 | -- Colin Watson <cjwatson@debian.org> Mon, 20 Nov 2006 14:57:16 +0000 |
7 | 15 | ||
8 | openssh (1:4.3p2-6) unstable; urgency=low | 16 | openssh (1:4.3p2-6) unstable; urgency=low |