Skip to content
Snippets Groups Projects
Commit eedeb009 authored by Matt Johnston's avatar Matt Johnston
Browse files

mention dropbearkey too

parent d8bc6abc
Branches
Tags
No related merge requests found
...@@ -551,6 +551,6 @@ void load_all_hostkeys() { ...@@ -551,6 +551,6 @@ void load_all_hostkeys() {
#endif /* DROPBEAR_ECDSA */ #endif /* DROPBEAR_ECDSA */
if (!any_keys) { if (!any_keys) {
dropbear_exit("No hostkeys available. 'dropbear -R' may be useful."); dropbear_exit("No hostkeys available. 'dropbear -R' may be useful or run dropbearkey.");
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment