diff svr-runopts.c @ 1177:53751952ed95

mention dropbearkey too
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Nov 2015 23:05:41 +0800
parents 424822a6f8ee
children 86a9e0204c03
line wrap: on
line diff
--- a/svr-runopts.c	Wed Nov 25 23:05:14 2015 +0800
+++ b/svr-runopts.c	Wed Nov 25 23:05:41 2015 +0800
@@ -551,6 +551,6 @@
 #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.");
 	}
 }