diff options
author | 2014-01-10 05:59:19 +0000 | |
---|---|---|
committer | 2014-01-10 05:59:19 +0000 | |
commit | 5bf2634b5255dbac96210bb49b30dca2e23ee00a (patch) | |
tree | 673f368ec543e3ee660d6379679d4a5041b37498 | |
parent | the -c option is really a mode change, incompatible with other options. (diff) | |
download | wireguard-openbsd-5bf2634b5255dbac96210bb49b30dca2e23ee00a.tar.xz wireguard-openbsd-5bf2634b5255dbac96210bb49b30dca2e23ee00a.zip |
the /etc/ssh/ssh_host_ed25519_key is loaded by default too
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |