mention dropbearkey too

This commit is contained in:
Matt Johnston 2015-11-25 23:05:41 +08:00
parent d8bc6abcf0
commit eedeb009ec

View File

@ -551,6 +551,6 @@ void load_all_hostkeys() {
#endif /* DROPBEAR_ECDSA */
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.");
}
}