1
0
mirror of https://github.com/clearml/dropbear synced 2025-06-26 18:17:32 +00:00

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 */ #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.");
} }
} }