diff options
author | Colin Watson <cjwatson@debian.org> | 2016-01-04 15:07:07 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-01-04 15:08:38 +0000 |
commit | 9297bf097752cc017a899325704dfde9afb7817e (patch) | |
tree | d6b7aa0f2b270157ed58e8e3b6f1ba718e3e7033 /debian/changelog | |
parent | 3782b4ad3e4eae51a99fd3cc4a6e401d117636a2 (diff) | |
parent | 31cc76b587fe2305eab8f7788c5dc6c876aff60e (diff) |
Shuffle PROPOSAL_KEX_ALGS mangling for GSSAPI key exchange a little later in ssh_kex2 so that it's actually effective (closes: #809696).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e8be5c12b..e93229b6a 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -6,6 +6,8 @@ openssh (1:7.1p1-6) UNRELEASED; urgency=medium | |||
6 | debian/tests/control. | 6 | debian/tests/control. |
7 | * Allow authenticating as root using gssapi-keyex even with | 7 | * Allow authenticating as root using gssapi-keyex even with |
8 | "PermitRootLogin prohibit-password" (closes: #809695). | 8 | "PermitRootLogin prohibit-password" (closes: #809695). |
9 | * Shuffle PROPOSAL_KEX_ALGS mangling for GSSAPI key exchange a little | ||
10 | later in ssh_kex2 so that it's actually effective (closes: #809696). | ||
9 | 11 | ||
10 | [ Michael Biebl ] | 12 | [ Michael Biebl ] |
11 | * Don't call sd_notify when sshd is re-execed (closes: #809035). | 13 | * Don't call sd_notify when sshd is re-execed (closes: #809035). |