From: djm Date: Fri, 10 Jan 2014 05:59:19 +0000 (+0000) Subject: the /etc/ssh/ssh_host_ed25519_key is loaded by default too X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5bf2634b5255dbac96210bb49b30dca2e23ee00a;p=openbsd the /etc/ssh/ssh_host_ed25519_key is loaded by default too --- diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 901a078092b..c7988c68332 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -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