From c93103746ecf4f9c29b1d46099565257e219a919 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 1 Apr 2022 11:21:34 +0800 Subject: [PATCH] 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; }