Mention "dropbear -R" if no hostkeys

This commit is contained in:
Matt Johnston 2015-11-25 23:05:14 +08:00
parent 2293e3d105
commit d8bc6abcf0

View File

@ -551,6 +551,6 @@ void load_all_hostkeys() {
#endif /* DROPBEAR_ECDSA */
if (!any_keys) {
dropbear_exit("No hostkeys available");
dropbear_exit("No hostkeys available. 'dropbear -R' may be useful.");
}
}