diff options
author | Colin Watson <cjwatson@debian.org> | 2016-01-04 13:43:57 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-01-04 13:45:10 +0000 |
commit | 3782b4ad3e4eae51a99fd3cc4a6e401d117636a2 (patch) | |
tree | d53f1c0addcfd6df3e63cbdd7a8ca52112b1c9b4 /debian/changelog | |
parent | f9c35cbf21fa84501c5786923b4d200523977802 (diff) | |
parent | 1f715c783abc11e805d9fd8af4847c3514fcb296 (diff) |
Allow authenticating as root using gssapi-keyex even with "PermitRootLogin prohibit-password" (closes: #809695).
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 d8d7a5b19..e8be5c12b 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,8 @@ openssh (1:7.1p1-6) UNRELEASED; urgency=medium | |||
4 | * Remove explicit "XS-Testsuite: autopkgtest" from debian/control; | 4 | * Remove explicit "XS-Testsuite: autopkgtest" from debian/control; |
5 | dpkg-source now figures that out automatically based on the existence of | 5 | dpkg-source now figures that out automatically based on the existence of |
6 | debian/tests/control. | 6 | debian/tests/control. |
7 | * Allow authenticating as root using gssapi-keyex even with | ||
8 | "PermitRootLogin prohibit-password" (closes: #809695). | ||
7 | 9 | ||
8 | [ Michael Biebl ] | 10 | [ Michael Biebl ] |
9 | * Don't call sd_notify when sshd is re-execed (closes: #809035). | 11 | * Don't call sd_notify when sshd is re-execed (closes: #809035). |