components/openssh/patches/040-default_config_files.patch
changeset 5820 cef0da89f9ee
parent 5819 c5f05bd2a9bc
child 6930 31ef2580c45d
--- a/components/openssh/patches/040-default_config_files.patch	Wed Apr 20 13:13:57 2016 -0700
+++ b/components/openssh/patches/040-default_config_files.patch	Wed Apr 20 13:13:57 2016 -0700
@@ -122,7 +122,7 @@
 +# Host private key files
 +# Must be on a local disk and readable only by the root user (root:sys 600).
 +HostKey /etc/ssh/ssh_host_rsa_key
-+HostKey /etc/ssh/ssh_host_dsa_key
++HostKey /etc/ssh/ssh_host_ed25519_key
 +
 +# sshd regenerates the key every KeyRegenerationInterval seconds.
 +# The key is never stored anywhere except the memory of sshd.