diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-25 12:24:16 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-25 12:24:16 +0000 |
commit | 02d776600121afc31658f3b857ab9d41c7cad5ca (patch) | |
tree | 46d879a915140a1383efdd7bd08b66c064795824 /debian | |
parent | 59247ecde39f2d826a94ab07f6095ca1f6644e88 (diff) |
* Backport from upstream:
- Do not fall back to adding keys without contraints (ssh-add -c / -t
...) when the agent refuses the constrained add request. This was a
useful migration measure back in 2002 when constraints were new, but
just adds risk now (LP: #209447).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8ff7c54ac..ed90f6561 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,11 @@ openssh (1:5.3p1-1) UNRELEASED; urgency=low | |||
3 | * New upstream release. | 3 | * New upstream release. |
4 | * Update to GSSAPI patch from | 4 | * Update to GSSAPI patch from |
5 | http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch. | 5 | http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch. |
6 | * Backport from upstream: | ||
7 | - Do not fall back to adding keys without contraints (ssh-add -c / -t | ||
8 | ...) when the agent refuses the constrained add request. This was a | ||
9 | useful migration measure back in 2002 when constraints were new, but | ||
10 | just adds risk now (LP: #209447). | ||
6 | 11 | ||
7 | -- Colin Watson <cjwatson@debian.org> Sun, 24 Jan 2010 22:32:25 +0000 | 12 | -- Colin Watson <cjwatson@debian.org> Sun, 24 Jan 2010 22:32:25 +0000 |
8 | 13 | ||