summaryrefslogtreecommitdiffhomepage
path: root/svr-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-11-25 23:05:41 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-11-25 23:05:41 +0800
commiteedeb009ec77e7d6a963c2822eaf3ef6313b1ff9 (patch)
tree2ca01ca7f22f40422431c52a1d8263fe99bd73ef /svr-runopts.c
parentd8bc6abcf0fc85f6aaa8e4394e5cc8c3aba4a988 (diff)
mention dropbearkey too
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c2
1 files changed, 1 insertions, 1 deletions
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.");
}
}