summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fqterm/fqterm_frame.cpp')
-rw-r--r--src/fqterm/fqterm_frame.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fqterm/fqterm_frame.cpp b/src/fqterm/fqterm_frame.cpp
index eef3558..79ff517 100644
--- a/src/fqterm/fqterm_frame.cpp
+++ b/src/fqterm/fqterm_frame.cpp
@@ -715,6 +715,11 @@ static QString ssh2_info(conn_info_t *info)
txt.append(QString("\nMAC(s2c): %1")
.arg(info->ssh_proto_info.s2c_mac));
}
+ if (info->ssh_proto_info.key_matches)
+ txt.append("\nkey matches");
+ else
+ txt.append("\nkey mismatch!");
+
return txt;
}