From eedeb009ec77e7d6a963c2822eaf3ef6313b1ff9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 25 Nov 2015 23:05:41 +0800 Subject: mention dropbearkey too --- svr-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-runopts.c') 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."); } } -- cgit v1.2.3