Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
d8bc6abc
Commit
d8bc6abc
authored
Nov 25, 2015
by
Matt Johnston
Browse files
Mention "dropbear -R" if no hostkeys
parent
2293e3d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
svr-runopts.c
View file @
d8bc6abc
...
...
@@ -551,6 +551,6 @@ void load_all_hostkeys() {
#endif
/* DROPBEAR_ECDSA */
if
(
!
any_keys
)
{
dropbear_exit
(
"No hostkeys available"
);
dropbear_exit
(
"No hostkeys available
. 'dropbear -R' may be useful.
"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment