summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-04-01 11:21:34 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-04-01 11:21:34 +0800
commita50cf2ce825ddae53759b85da5de7ae5c160fb55 (patch)
treed65cfbfa8465b3a588b2716070a8fcd4a0641943
parent8177a98cdf71d1110d55a3cd127b1b74035594d1 (diff)
downloaddropbear-a50cf2ce825ddae53759b85da5de7ae5c160fb55.tar.gz
dbclient print remote fingerprint with -v
-rw-r--r--cli-kex.c2
1 files changed, 1 insertions, 1 deletions
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;
}