diff options
Diffstat (limited to 'security/openssh-portable/files/openssh.in')
-rw-r--r-- | security/openssh-portable/files/openssh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in index 1eb8a951a3e9..0c3839dbeb20 100644 --- a/security/openssh-portable/files/openssh.in +++ b/security/openssh-portable/files/openssh.in @@ -79,7 +79,7 @@ openssh_keygen() "in %%ETCSSH%%/ssh_host_ecdsa_key" echo "Skipping protocol version 2 Elliptic Curve DSA Key Generation" else - %%PREFIX%%/bin/ssh-keygen -t dsa \ + %%PREFIX%%/bin/ssh-keygen -t ecdsa \ -f %%ETCSSH%%/ssh_host_ecdsa_key -N '' fi fi |