comparison svr-runopts.c @ 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 8b6cba298768
children 53751952ed95
comparison
equal deleted inserted replaced
1175:1b8afc698e39 1176:424822a6f8ee
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"); 554 dropbear_exit("No hostkeys available. 'dropbear -R' may be useful.");
555 } 555 }
556 } 556 }