mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Mention "dropbear -R" if no hostkeys
This commit is contained in:
parent
2293e3d105
commit
d8bc6abcf0
@ -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_exit("No hostkeys available. 'dropbear -R' may be useful.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user