changeset 1177:53751952ed95

mention dropbearkey too
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Nov 2015 23:05:41 +0800
parents 424822a6f8ee
children 4ab757b14b2d
files svr-runopts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.");
 	}
 }