diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d3651d9c0..cb05066eb 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,10 @@ openssh (1:4.7p1-13) UNRELEASED; urgency=low | |||
2 | 2 | ||
3 | * Add some helpful advice to the end of ssh-vulnkey's output if there are | 3 | * Add some helpful advice to the end of ssh-vulnkey's output if there are |
4 | unknown or compromised keys (thanks, Dan Jacobson; closes: #483756). | 4 | unknown or compromised keys (thanks, Dan Jacobson; closes: #483756). |
5 | * Check compromised key blacklist in ssh or ssh-add, as well as in the | ||
6 | server (LP: #232391). To override the blacklist check in ssh | ||
7 | temporarily, use 'ssh -o UseBlacklistedKeys=yes'; there is no override | ||
8 | for the blacklist check in ssh-add. | ||
5 | 9 | ||
6 | -- Colin Watson <cjwatson@debian.org> Fri, 30 May 2008 23:26:25 +0100 | 10 | -- Colin Watson <cjwatson@debian.org> Fri, 30 May 2008 23:26:25 +0100 |
7 | 11 | ||