changeset 1932:62ae35ff833e

dbclient print remote fingerprint with -v
author Matt Johnston <matt@ucc.asn.au>
date Fri, 01 Apr 2022 11:21:34 +0800
parents b366dfaeae68
children e093ddc5b585
files cli-kex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 		}