summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/rc.once.d/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/rc.once.d/dropbear')
-rw-r--r--projectroot/etc/rc.once.d/dropbear3
1 files changed, 3 insertions, 0 deletions
diff --git a/projectroot/etc/rc.once.d/dropbear b/projectroot/etc/rc.once.d/dropbear
index 0735fed38..b1c40fdbb 100644
--- a/projectroot/etc/rc.once.d/dropbear
+++ b/projectroot/etc/rc.once.d/dropbear
@@ -30,6 +30,9 @@ gen_keys() {
rsa)
gen_key rsa "$DROPBEAR_RSAKEY"
;;
+ ecdsa)
+ gen_key ecdsa "$DROPBEAR_ECDSAKEY"
+ ;;
*)
echo "Key type '$keytype' not supported"
;;