mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
dbclient print remote fingerprint with -v
This commit is contained in:
parent
abb577fcba
commit
c93103746e
@ -371,7 +371,7 @@ static void checkhostkey(const unsigned char* keyblob, unsigned int keybloblen)
|
|||||||
|
|
||||||
if (ret == DROPBEAR_SUCCESS) {
|
if (ret == DROPBEAR_SUCCESS) {
|
||||||
/* Good matching key */
|
/* Good matching key */
|
||||||
TRACE(("good matching key"))
|
DEBUG1(("server match %s", fingerprint))
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user