diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/openssh-server.templates | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5bda894bf..9f9fb689d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:4.7p1-11) UNRELEASED; urgency=low | ||
2 | |||
3 | * Fix typo in ssh/vulnerable_host_keys message (thanks, Esko Arajärvi). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 | ||
6 | |||
1 | openssh (1:4.7p1-10) unstable; urgency=low | 7 | openssh (1:4.7p1-10) unstable; urgency=low |
2 | 8 | ||
3 | * Add a FILES section to ssh-vulnkey(1) (thanks, Hugh Daniel). | 9 | * Add a FILES section to ssh-vulnkey(1) (thanks, Hugh Daniel). |
diff --git a/debian/openssh-server.templates b/debian/openssh-server.templates index f10b175a6..e3d186fbc 100644 --- a/debian/openssh-server.templates +++ b/debian/openssh-server.templates | |||
@@ -73,7 +73,7 @@ _Description: Vulnerable host keys will be regenerated | |||
73 | . | 73 | . |
74 | Users of this system should be informed of this change, as they will be | 74 | Users of this system should be informed of this change, as they will be |
75 | prompted about the host key change the next time they log in. Use | 75 | prompted about the host key change the next time they log in. Use |
76 | 'ssh-keygen -l -f HOST_KEY_FILE' after the upgrade has changed to print the | 76 | 'ssh-keygen -l -f HOST_KEY_FILE' after the upgrade to print the |
77 | fingerprints of the new host keys. | 77 | fingerprints of the new host keys. |
78 | . | 78 | . |
79 | The affected host keys are: | 79 | The affected host keys are: |