dbclient print remote fingerprint with -v

This commit is contained in:
Matt Johnston 2022-04-01 11:21:34 +08:00
parent abb577fcba
commit c93103746e

View File

@ -371,7 +371,7 @@ static void checkhostkey(const unsigned char* keyblob, unsigned int keybloblen)
if (ret == DROPBEAR_SUCCESS) {
/* Good matching key */
TRACE(("good matching key"))
DEBUG1(("server match %s", fingerprint))
goto out;
}