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
eedeb009
Commit
eedeb009
authored
Nov 25, 2015
by
Matt Johnston
Browse files
mention dropbearkey too
parent
d8bc6abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
svr-runopts.c
View file @
eedeb009
...
...
@@ -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
."
);
}
}
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