Lines Matching refs:msg1
1152 char *msg1 = NULL, *msg2 = NULL; in check_host_key() local
1154 xasprintf(&msg1, "The authenticity of host " in check_host_key()
1158 xextendf(&msg1, "\n", "but keys of different " in check_host_key()
1161 xextendf(&msg1, "", "."); in check_host_key()
1169 xextendf(&msg1, "\n", "%s key fingerprint is %s.", in check_host_key()
1172 xextendf(&msg1, "\n", "%s", ra); in check_host_key()
1174 xextendf(&msg1, "\n", in check_host_key()
1183 xextendf(&msg1, "\n", "%s", msg2); in check_host_key()
1185 xextendf(&msg1, "\n", in check_host_key()
1189 confirmed = confirm(msg1, fp); in check_host_key()
1192 free(msg1); in check_host_key()