aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/openssh.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh-portable/files/openssh.in')
-rw-r--r--security/openssh-portable/files/openssh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in
index 22b3801571ba..c05fd1c6a96b 100644
--- a/security/openssh-portable/files/openssh.in
+++ b/security/openssh-portable/files/openssh.in
@@ -38,7 +38,7 @@ openssh_keygen()
if [ -f %%ETCSSH%%/ssh_host_key -a \
-f %%ETCSSH%%/ssh_host_dsa_key -a \
-f %%ETCSSH%%/ssh_host_rsa_key -a \
- -f %%ETCSSH%%/ssh_host_ecdsa_key -a
+ -f %%ETCSSH%%/ssh_host_ecdsa_key -a \
-f %%ETCSSH%%/ssh_host_ed25519_key ]; then
return 0
fi