Lines Matching +refs:msg +refs:debug

131 	debug("Executing proxy dialer command: %.500s", command_string);  in ssh_proxy_fdpass_connect()
214 debug("Executing proxy command: %.500s", command_string); in ssh_proxy_connect()
465 debug("Trying again..."); in ssh_connect_direct()
493 debug("Connecting to %.200s [%.100s] port %s.", in ssh_connect_direct()
512 debug("connect to address %s port %s: %s", in ssh_connect_direct()
530 debug("Connection established."); in ssh_connect_direct()
578 const char *msg, *again = "Please type 'yes' or 'no': "; in confirm() local
585 for (msg = prompt;;msg = fingerprint ? again_fp : again) { in confirm()
586 cp = p = read_passphrase(msg, RP_ECHO); in confirm()
668 debug("using hostkeyalias: %s", *hostfile_hostname); in get_hostfile_hostname_ipaddr()
968 char msg[1024]; in check_host_key() local
988 debug("Forcing accepting of host key for " in check_host_key()
1088 debug("Host '%.200s' is known and matches the %s host %s.", in check_host_key()
1090 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key", in check_host_key()
1157 debug("checking without port identifier"); in check_host_key()
1163 debug("found matching key w/out port"); in check_host_key()
1287 debug("Host certificate authority does not " in check_host_key()
1404 snprintf(msg, sizeof(msg), in check_host_key()
1410 len = strlen(msg); in check_host_key()
1411 snprintf(msg + len, sizeof(msg) - len, in check_host_key()
1417 strlcat(msg, "\nAre you sure you want " in check_host_key()
1418 "to continue connecting (yes/no)? ", sizeof(msg)); in check_host_key()
1419 if (!confirm(msg, NULL)) in check_host_key()
1423 logit("%s", msg); in check_host_key()
1427 logit("%s", msg); in check_host_key()
1451 debug("No matching CA found. Retry with plain key"); in check_host_key()
1495 debug("Server host certificate: %s %s, serial %llu " in verify_host_key()
1507 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
1616 debug("Authenticating to %s:%d as '%s'", host, port, server_user); in ssh_login()
1758 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent()
1760 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()