diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2014-01-10 05:59:20 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2014-01-10 05:59:20 +0000 |
commit | b8f9eacab0d988a19f1d1d105509a403f2e2f050 (patch) | |
tree | c6d5634dca5ef6f68f94f15cdfbbc831b7100c2f /usr.bin/ssh | |
parent | d5d7db0b7973fb146e7270b47c4d8d6c079dc093 (diff) |
the /etc/ssh/ssh_host_ed25519_key is loaded by default too
Diffstat (limited to 'usr.bin/ssh')
-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 |