summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-01-26 23:43:39 +0000
committerColin Watson <cjwatson@debian.org>2011-01-26 23:43:39 +0000
commit518e17256091506e66f0c72a98cd3ba809c5dd5e (patch)
treed9cc368a2e03fb70d29e3566f5f56d06f8c73d11
parented0f1bb5a7f69afee4f70100973c37c1faa836f5 (diff)
adjust ECDSA commentary in changelog - we aren't generating ECDSA host keys on upgrades
-rw-r--r--debian/changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index db042473c..88b78ce15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,9 +25,10 @@ openssh (1:5.7p1-1) UNRELEASED; urgency=low
25 * Update to current GSSAPI patch from 25 * Update to current GSSAPI patch from
26 http://www.sxw.org.uk/computing/patches/openssh-5.7p1-gsskex-all-20110125.patch: 26 http://www.sxw.org.uk/computing/patches/openssh-5.7p1-gsskex-all-20110125.patch:
27 - Add GSSAPIServerIdentity option. 27 - Add GSSAPIServerIdentity option.
28 * Generate ECDSA host keys. These will only be used on fresh 28 * Generate ECDSA host keys on fresh installations. Upgraders who wish to
29 installations or if you manually add 'HostKey 29 add such host keys should manually add 'HostKey
30 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config. 30 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen
31 -q -f /etc/ssh/sshd_config -N "" -t ecdsa'.
31 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support. 32 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support.
32 * Backport SELinux build fix from CVS. 33 * Backport SELinux build fix from CVS.
33 * Rearrange selinux-role.patch so that it links properly given this 34 * Rearrange selinux-role.patch so that it links properly given this