changeset 1176:424822a6f8ee

Mention "dropbear -R" if no hostkeys
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Nov 2015 23:05:14 +0800
parents 1b8afc698e39
children 53751952ed95
files svr-runopts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-runopts.c	Wed Nov 25 22:15:59 2015 +0800
+++ b/svr-runopts.c	Wed Nov 25 23:05:14 2015 +0800
@@ -551,6 +551,6 @@
 #endif /* DROPBEAR_ECDSA */
 
 	if (!any_keys) {
-		dropbear_exit("No hostkeys available");
+		dropbear_exit("No hostkeys available. 'dropbear -R' may be useful.");
 	}
 }