From eedeb009ec77e7d6a963c2822eaf3ef6313b1ff9 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 25 Nov 2015 23:05:41 +0800
Subject: [PATCH] mention dropbearkey too

---
 svr-runopts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svr-runopts.c b/svr-runopts.c
index c7efc229..5bb51f29 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.");
 	}
 }
-- 
GitLab