diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-10 03:41:41 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-10 03:41:44 +0000 |
commit | b278395b509ad8458df1ddabf4f8008a24c4998f (patch) | |
tree | a37c79b52fe20bba1b515df505d9ed9f70460655 /debian/changelog | |
parent | 59107897c30ec1df0925da0ce6755e9d3e98fa3d (diff) |
Generate ED25519 host keys on fresh installations.
Upgraders who wish to add such host keys should manually add 'HostKey
/etc/ssh/ssh_host_ed25519_key' to /etc/ssh/sshd_config and run 'ssh-keygen
-q -f /etc/ssh/ssh_host_ed25519_key -N "" -t ed25519'.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c40caf284..b195b6708 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -22,6 +22,10 @@ openssh (1:6.5p1-1) UNRELEASED; urgency=medium | |||
22 | login (closes: #734816). | 22 | login (closes: #734816). |
23 | * Incorporate default path changes from shadow 1:4.0.18.1-8, removing | 23 | * Incorporate default path changes from shadow 1:4.0.18.1-8, removing |
24 | /usr/bin/X11 (closes: #644521). | 24 | /usr/bin/X11 (closes: #644521). |
25 | * Generate ED25519 host keys on fresh installations. Upgraders who wish | ||
26 | to add such host keys should manually add 'HostKey | ||
27 | /etc/ssh/ssh_host_ed25519_key' to /etc/ssh/sshd_config and run | ||
28 | 'ssh-keygen -q -f /etc/ssh/ssh_host_ed25519_key -N "" -t ed25519'. | ||
25 | 29 | ||
26 | -- Colin Watson <cjwatson@debian.org> Sun, 09 Feb 2014 15:52:14 +0000 | 30 | -- Colin Watson <cjwatson@debian.org> Sun, 09 Feb 2014 15:52:14 +0000 |
27 | 31 | ||