# HG changeset patch # User Matt Johnston # Date 1648783294 -28800 # Node ID 62ae35ff833e1c7b885e61e05cc3aa952a828a8f # Parent b366dfaeae683c3048d6916ffa774afd5f791c2e dbclient print remote fingerprint with -v diff -r b366dfaeae68 -r 62ae35ff833e cli-kex.c --- a/cli-kex.c Wed Mar 30 23:18:00 2022 +0800 +++ b/cli-kex.c Fri Apr 01 11:21:34 2022 +0800 @@ -371,7 +371,7 @@ if (ret == DROPBEAR_SUCCESS) { /* Good matching key */ - TRACE(("good matching key")) + DEBUG1(("server match %s", fingerprint)) goto out; }