diff --git a/svr-runopts.c b/svr-runopts.c index c7efc229bda7921a7dc88e200247663b7e5426c0..5bb51f29b884ac8c6696159980f99c1871a212e4 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -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."); } }