Lines Matching refs:msg1
1182 char *msg1 = NULL, *msg2 = NULL; in check_host_key() local
1184 xasprintf(&msg1, "The authenticity of host " in check_host_key()
1188 xextendf(&msg1, "\n", "but keys of different " in check_host_key()
1191 xextendf(&msg1, "", "."); in check_host_key()
1199 xextendf(&msg1, "\n", "%s key fingerprint is %s.", in check_host_key()
1202 xextendf(&msg1, "\n", "%s", ra); in check_host_key()
1204 xextendf(&msg1, "\n", in check_host_key()
1213 xextendf(&msg1, "\n", "%s", msg2); in check_host_key()
1215 xextendf(&msg1, "\n", in check_host_key()
1219 confirmed = confirm(msg1, fp); in check_host_key()
1222 free(msg1); in check_host_key()