diff options
-rw-r--r-- | svr-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index c7efc22..5bb51f2 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."); } } |