the /etc/ssh/ssh_host_ed25519_key is loaded by default too
authordjm <djm@openbsd.org>
Fri, 10 Jan 2014 05:59:19 +0000 (05:59 +0000)
committerdjm <djm@openbsd.org>
Fri, 10 Jan 2014 05:59:19 +0000 (05:59 +0000)
usr.bin/ssh/sshd_config

index 901a078..c7988c6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sshd_config,v 1.92 2013/10/29 09:48:02 djm Exp $
+#      $OpenBSD: sshd_config,v 1.93 2014/01/10 05:59:19 djm Exp $
 
 # This is the sshd server system-wide configuration file.  See
 # sshd_config(5) for more information.
@@ -22,6 +22,7 @@
 #HostKey /etc/ssh/ssh_host_rsa_key
 #HostKey /etc/ssh/ssh_host_dsa_key
 #HostKey /etc/ssh/ssh_host_ecdsa_key
+#HostKey /etc/ssh/ssh_host_ed25519_key
 
 # Lifetime and size of ephemeral version 1 server key
 #KeyRegenerationInterval 1h