diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index c5a54e007..c4354bb2a 100644 --- a/net/openssh/files/sshd.init +++ b/net/openssh/files/sshd.init @@ -8,7 +8,7 @@ USE_PROCD=1 PROG=/usr/sbin/sshd start_service() { - for type in rsa dsa; do { + for type in rsa ecdsa ed25519; do { # check for keys key=/etc/ssh/ssh_host_${type}_key [ ! -f $key ] && {