Skip to content
Snippets Groups Projects
Commit 75fa7e73 authored by David Bauer's avatar David Bauer Committed by Martin Weinelt
Browse files

gluon-setup-mode: fix dropbear hostkey generation

Upstream commit 5eb7864a changed the method name for host-key
generation.
parent 966f3987
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ start_service() { ...@@ -9,7 +9,7 @@ start_service() {
. /etc/init.d/dropbear . /etc/init.d/dropbear
[ -s /etc/dropbear/dropbear_rsa_host_key ] || keygen hk_generate_as_needed
. /lib/functions.sh . /lib/functions.sh
. /lib/functions/network.sh . /lib/functions/network.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment