-/* $OpenBSD: sshconnect.c,v 1.370 2025/05/06 05:40:56 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.371 2025/05/24 09:46:16 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
options.fingerprint_hash, SSH_FP_RANDOMART);
if (fp == NULL || ra == NULL)
fatal_f("sshkey_fingerprint failed");
- logit("Host key fingerprint is %s\n%s", fp, ra);
+ logit("Host key fingerprint is: %s\n%s", fp, ra);
free(ra);
free(fp);
}
options.fingerprint_hash, SSH_FP_RANDOMART);
if (fp == NULL || ra == NULL)
fatal_f("sshkey_fingerprint failed");
- xextendf(&msg1, "\n", "%s key fingerprint is %s.",
+ xextendf(&msg1, "\n", "%s key fingerprint is: %s",
type, fp);
if (options.visual_host_key)
xextendf(&msg1, "\n", "%s", ra);