summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dropbear.pkg/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbear.pkg/postinst b/dropbear.pkg/postinst
index c2eaee0..90b2891 100644
--- a/dropbear.pkg/postinst
+++ b/dropbear.pkg/postinst
@@ -3,7 +3,7 @@
if [ "x${1}" = 'xconfigure' ]; then
update-alternatives --install /usr/bin/ssh ssh /usr/bin/dropbearmulti 10
mkdir -p /etc/dropbear
- for keytype in rsa dss; do
+ for keytype in rsa ecdsa; do
if ! [ -f "/etc/dropbear/dropbear_${keytype}_host_key" ]; then
/usr/bin/dropbearkey -t "${keytype}" \
-f "/etc/dropbear/dropbear_${keytype}_host_key"