summaryrefslogtreecommitdiffstats
path: root/dropbear.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'dropbear.pkg/postinst')
-rw-r--r--dropbear.pkg/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbear.pkg/postinst b/dropbear.pkg/postinst
index d6dd971..c2eaee0 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 dsa; do
+ for keytype in rsa dss; do
if ! [ -f "/etc/dropbear/dropbear_${keytype}_host_key" ]; then
/usr/bin/dropbearkey -t "${keytype}" \
-f "/etc/dropbear/dropbear_${keytype}_host_key"