comparison 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
comparison
equal deleted inserted replaced
1176:424822a6f8ee 1177:53751952ed95
549 } 549 }
550 #endif 550 #endif
551 #endif /* DROPBEAR_ECDSA */ 551 #endif /* DROPBEAR_ECDSA */
552 552
553 if (!any_keys) { 553 if (!any_keys) {
554 dropbear_exit("No hostkeys available. 'dropbear -R' may be useful."); 554 dropbear_exit("No hostkeys available. 'dropbear -R' may be useful or run dropbearkey.");
555 } 555 }
556 } 556 }