From a50cf2ce825ddae53759b85da5de7ae5c160fb55 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 1 Apr 2022 11:21:34 +0800 Subject: dbclient print remote fingerprint with -v --- cli-kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-kex.c b/cli-kex.c index 4f2a884..c3b8846 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -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; } -- cgit v1.2.1