regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
106
debug3_f("attestation cert len=%zu, sig len=%zu, "
usr.bin/ssh/auth-rhosts.c
227
debug3_f("no hosts access files exist");
usr.bin/ssh/auth-rhosts.c
236
debug3_f("root user, ignoring system hosts files");
usr.bin/ssh/auth-rhosts.c
282
debug3_f("stat %s: %s", path, strerror(errno));
usr.bin/ssh/auth2-pubkey.c
182
debug3_f("%s have %s signature for %s%s%s",
usr.bin/ssh/auth2-pubkeyfile.c
282
debug3_f("keytype %d failed", want_keytype);
usr.bin/ssh/auth2.c
231
debug3_f("user specific delay %0.3lfms", delay*1000);
usr.bin/ssh/auth2.c
242
debug3_f("elapsed %0.3lfms exceeded the max delay "
usr.bin/ssh/auth2.c
253
debug3_f("elapsed %0.3lfms, delaying %0.3lfms (requested %0.3lfms)",
usr.bin/ssh/auth2.c
407
debug3_f("failure partial=%d next methods=\"%s\"",
usr.bin/ssh/auth2.c
498
debug3_f("method %s not enabled", name);
usr.bin/ssh/auth2.c
502
debug3_f("method %s not allowed "
usr.bin/ssh/auth2.c
531
debug3_f("checking methods");
usr.bin/ssh/auth2.c
619
debug3_f("updating methods list after \"%s\"", method);
usr.bin/ssh/auth2.c
709
debug3_f("key already used: %s %s",
usr.bin/ssh/authfd.c
92
debug3_f("path '%s'", authsocket);
usr.bin/ssh/channels.c
1436
debug3_f("channel %d: forcibly closing", c->self);
usr.bin/ssh/channels.c
2563
debug3_f("new mux channel %d fd %d", nc->self, nc->sock);
usr.bin/ssh/channels.c
3203
debug3_f("channel %u: down->up: type %u",
usr.bin/ssh/channels.c
333
debug3_f("clearing");
usr.bin/ssh/channels.c
3385
debug3_f("channel %u: up->down: type %u", c->self, type);
usr.bin/ssh/channels.c
3866
debug3_f("type %d wildcard %d addr %s", type, wildcard,
usr.bin/ssh/channels.c
4036
debug3_f("type %d path %s", type, fwd->listen_path);
usr.bin/ssh/clientloop.c
2115
debug3_f("found %s key under different "
usr.bin/ssh/clientloop.c
2127
debug3_f("hostkeys file %s:%ld has CA/revocation marker",
usr.bin/ssh/clientloop.c
2138
debug3_f("found address %s against different hostname "
usr.bin/ssh/clientloop.c
2144
debug3_f("found hostname %s against different address "
usr.bin/ssh/clientloop.c
2154
debug3_f("hostkeys file %s:%ld complex host specification",
usr.bin/ssh/clientloop.c
2164
debug3_f("found %s key at %s:%ld",
usr.bin/ssh/clientloop.c
2170
debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key),
usr.bin/ssh/clientloop.c
2198
debug3_f("found deprecated %s key at %s:%ld as %s",
usr.bin/ssh/clientloop.c
2220
debug3_f("searching %s for %s / %s",
usr.bin/ssh/clientloop.c
2411
debug3_f("verify %s key %zu using sigalg %s",
usr.bin/ssh/clientloop.c
2483
debug3_f("received %s key %s", sshkey_type(key), fp);
usr.bin/ssh/clientloop.c
2487
debug3_f("%s key not permitted by "
usr.bin/ssh/clientloop.c
2493
debug3_f("%s key is a certificate; skipping",
usr.bin/ssh/clientloop.c
2560
debug3_f("%zu server keys: %zu new, %zu retained, "
usr.bin/ssh/clientloop.c
2613
debug3_f("asking server to prove ownership for %zu keys", ctx->nnew);
usr.bin/ssh/clientloop.c
613
debug3_f("stopping: %s (%llu chaff packets sent)",
usr.bin/ssh/clientloop.c
628
debug3_f("starting: interval ~%dms",
usr.bin/ssh/clientloop.c
847
debug3_f("channel %d: mux request: %s", c->self,
usr.bin/ssh/clientloop.c
931
debug3_f("enter");
usr.bin/ssh/dh.c
468
debug3_f("requested max size %d", max);
usr.bin/ssh/dns.c
245
debug3_f("checking SSHFP type %d fptype %d", dnskey_algorithm,
usr.bin/ssh/ed25519-openssl.c
107
debug3_f("EVP_PKEY_new_raw_private_key failed");
usr.bin/ssh/ed25519-openssl.c
113
debug3_f("EVP_MD_CTX_new failed");
usr.bin/ssh/ed25519-openssl.c
117
debug3_f("EVP_DigestSignInit failed");
usr.bin/ssh/ed25519-openssl.c
122
debug3_f("EVP_DigestSign failed");
usr.bin/ssh/ed25519-openssl.c
126
debug3_f("signature length mismatch: %zu", siglen);
usr.bin/ssh/ed25519-openssl.c
132
debug3_f("message length overflow: siglen=%zu mlen=%llu",
usr.bin/ssh/ed25519-openssl.c
158
debug3_f("signed message bad length: %llu", smlen);
usr.bin/ssh/ed25519-openssl.c
174
debug3_f("EVP_PKEY_new_raw_public_key failed");
usr.bin/ssh/ed25519-openssl.c
179
debug3_f("EVP_MD_CTX_new failed");
usr.bin/ssh/ed25519-openssl.c
183
debug3_f("EVP_DigestVerifyInit failed");
usr.bin/ssh/ed25519-openssl.c
188
debug3_f("EVP_DigestVerify failed");
usr.bin/ssh/ed25519-openssl.c
50
debug3_f("EVP_PKEY_CTX_new_id failed");
usr.bin/ssh/ed25519-openssl.c
54
debug3_f("EVP_PKEY_keygen_init failed");
usr.bin/ssh/ed25519-openssl.c
58
debug3_f("EVP_PKEY_keygen failed");
usr.bin/ssh/ed25519-openssl.c
65
debug3_f("EVP_PKEY_get_raw_public_key failed");
usr.bin/ssh/ed25519-openssl.c
69
debug3_f("public key length mismatch: %zu", pklen);
usr.bin/ssh/ed25519-openssl.c
76
debug3_f("EVP_PKEY_get_raw_private_key failed");
usr.bin/ssh/ed25519-openssl.c
80
debug3_f("private key length mismatch: %zu", sklen);
usr.bin/ssh/hostfile.c
242
debug3_f("found %skey type %s in file %s:%lu",
usr.bin/ssh/hostfile.c
280
debug3_f("loaded %lu keys from %s", ctx.num_loaded, host);
usr.bin/ssh/hostfile.c
590
debug3_f("%s key already at %s:%ld",
usr.bin/ssh/hostfile.c
968
debug3_f("reading file \"%s\"", path);
usr.bin/ssh/kex.c
510
debug3_f("extension %s", name);
usr.bin/ssh/kex.c
965
debug3_f("will use strict KEX ordering");
usr.bin/ssh/krl.c
408
debug3_f("revoke type %s", sshkey_type(key));
usr.bin/ssh/krl.c
41
# define KRL_DBG(x) debug3_f x
usr.bin/ssh/krl.c
434
debug3_f("revoke by sha1");
usr.bin/ssh/krl.c
443
debug3_f("revoke by sha256");
usr.bin/ssh/misc-agent.c
145
debug3_f("listening on unix socket \"%s\" as fd=%d",
usr.bin/ssh/misc-agent.c
310
debug3_f("Ignoring recent socket \"%s/%s\"",
usr.bin/ssh/misc-agent.c
316
debug3_f("Ignoring socket \"%s/%s\" "
usr.bin/ssh/misc.c
1364
debug3_f("expand ${%s} -> '%s'", var, val);
usr.bin/ssh/misc.c
2753
debug3_f("%s command \"%s\" running as %s (flags 0x%x)",
usr.bin/ssh/misc.c
2888
debug3_f("%s pid %ld", tag, (long)pid);
usr.bin/ssh/misc.c
303
debug3_f("set socket %d IP_TOS 0x%02x", fd, tos);
usr.bin/ssh/misc.c
311
debug3_f("set socket %d IPV6_TCLASS 0x%02x", fd, tos);
usr.bin/ssh/monitor.c
1010
debug3_f("<%s> = <%d>", response, authok);
usr.bin/ssh/monitor.c
1017
debug3_f("sending authenticated: %d", authok);
usr.bin/ssh/monitor.c
1065
debug3_f("entering");
usr.bin/ssh/monitor.c
1108
debug3_f("%s authentication%s: %s key is %s", auth_method,
usr.bin/ssh/monitor.c
1353
debug3_f("%s %s signature using %s %s%s%s", auth_method,
usr.bin/ssh/monitor.c
1442
debug3_f("session %d pid %ld", s->self, (long)s->pid);
usr.bin/ssh/monitor.c
1444
debug3_f("tty %s ptyfd %d", s->tty, s->ptyfd);
usr.bin/ssh/monitor.c
1457
debug3_f("entering");
usr.bin/ssh/monitor.c
1507
debug3_f("tty %s ptyfd %d", s->tty, s->ttyfd);
usr.bin/ssh/monitor.c
1527
debug3_f("entering");
usr.bin/ssh/monitor.c
1544
debug3_f("tearing down sessions");
usr.bin/ssh/monitor.c
1574
debug3_f("packet_set_state");
usr.bin/ssh/monitor.c
1613
debug3_f("Waiting for new keys");
usr.bin/ssh/monitor.c
1619
debug3_f("GOT new keys");
usr.bin/ssh/monitor.c
1800
debug3_f("sending result %d", authenticated);
usr.bin/ssh/monitor.c
274
debug3_f("method %s: partial", auth_method);
usr.bin/ssh/monitor.c
335
debug3_f("preauth child %ld terminated successfully",
usr.bin/ssh/monitor.c
478
debug3_f("checking request %d", type);
usr.bin/ssh/monitor.c
607
debug3_f("done");
usr.bin/ssh/monitor.c
626
debug3_f("got parameters: %d %d %d", min, want, max);
usr.bin/ssh/monitor.c
657
debug3_f("entering");
usr.bin/ssh/monitor.c
679
debug3_f("entering");
usr.bin/ssh/monitor.c
750
debug3_f("%s %s signature len=%zu", alg,
usr.bin/ssh/monitor.c
810
debug3_f("entering");
usr.bin/ssh/monitor.c
881
debug3_f("sending MONITOR_ANS_PWNAM: %d", allowed);
usr.bin/ssh/monitor.c
916
debug3_f("service=%s, style=%s", authctxt->service, authctxt->style);
usr.bin/ssh/monitor.c
947
debug3_f("sending result %d", authenticated);
usr.bin/ssh/monitor.c
981
debug3_f("sending challenge success: %u", success);
usr.bin/ssh/monitor_fdpass.c
116
debug3_f("recvmsg: %s", strerror(errno));
usr.bin/ssh/monitor_fdpass.c
73
debug3_f("sendmsg(%d): %s", fd, strerror(errno));
usr.bin/ssh/monitor_wrap.c
1014
debug3_f("setting %u timeouts", options.num_channel_timeouts);
usr.bin/ssh/monitor_wrap.c
153
debug3_f("entering, type %d", type);
usr.bin/ssh/monitor_wrap.c
162
debug3_f("monitor fd closed");
usr.bin/ssh/monitor_wrap.c
177
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
181
debug3_f("monitor fd closed");
usr.bin/ssh/monitor_wrap.c
208
debug3_f("entering, type %d", type);
usr.bin/ssh/monitor_wrap.c
235
debug3_f("waiting for MONITOR_ANS_MODULI");
usr.bin/ssh/monitor_wrap.c
247
debug3_f("remaining %zu", sshbuf_len(m));
usr.bin/ssh/monitor_wrap.c
260
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
277
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
288
debug3_f("waiting for MONITOR_ANS_SIGN");
usr.bin/ssh/monitor_wrap.c
293
debug3_f("%s signature len=%zu", hostkey_alg ? hostkey_alg : "(null)",
usr.bin/ssh/monitor_wrap.c
372
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
381
debug3_f("waiting for MONITOR_ANS_PWNAM");
usr.bin/ssh/monitor_wrap.c
422
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
451
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
471
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
479
debug3_f("waiting for MONITOR_ANS_AUTHPASSWORD");
usr.bin/ssh/monitor_wrap.c
488
debug3_f("user %sauthenticated", authenticated ? "" : "not ");
usr.bin/ssh/monitor_wrap.c
515
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
531
debug3_f("waiting for MONITOR_ANS_KEYALLOWED");
usr.bin/ssh/monitor_wrap.c
568
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
582
debug3_f("waiting for MONITOR_ANS_KEYVERIFY");
usr.bin/ssh/monitor_wrap.c
618
debug3_f("Finished sending state");
usr.bin/ssh/monitor_wrap.c
644
debug3_f("waiting for MONITOR_ANS_PTY");
usr.bin/ssh/monitor_wrap.c
650
debug3_f("pty alloc failed");
usr.bin/ssh/monitor_wrap.c
727
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
734
debug3_f("waiting for MONITOR_ANS_STATE");
usr.bin/ssh/monitor_wrap.c
774
debug3_f("done");
usr.bin/ssh/monitor_wrap.c
798
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
809
debug3_f("no challenge");
usr.bin/ssh/monitor_wrap.c
822
debug3_f("received challenge: %s", challenge);
usr.bin/ssh/monitor_wrap.c
833
debug3_f("entering");
usr.bin/ssh/monitor_wrap.c
950
debug3_f("user %sauthenticated", authenticated ? "" : "not ");
usr.bin/ssh/msg.c
45
debug3_f("type %u len %zu", (unsigned int)type & 0xff, sshbuf_len(m));
usr.bin/ssh/msg.c
57
debug3_f("done");
usr.bin/ssh/mux.c
1036
debug3_f("got fds stdin %d, stdout %d", new_fd[0], new_fd[1]);
usr.bin/ssh/mux.c
1108
debug3_f("sending failure reply");
usr.bin/ssh/mux.c
1115
debug3_f("sending success reply");
usr.bin/ssh/mux.c
1220
debug3_f("channel %d: hello sent", c->self);
usr.bin/ssh/mux.c
1234
debug3_f("channel %d packet type 0x%08x len %zu", c->self,
usr.bin/ssh/mux.c
1278
debug3_f("channel %d: exit message, exitval %d", c->self, exitval);
usr.bin/ssh/mux.c
1301
debug3_f("channel %d: TTY alloc failed", c->self);
usr.bin/ssh/mux.c
1347
debug3_f("temporary control path %s", options.control_path);
usr.bin/ssh/mux.c
1396
debug3_f("mux listener channel %d fd %d",
usr.bin/ssh/mux.c
1421
debug3_f("sending failure reply");
usr.bin/ssh/mux.c
1452
debug3_f("sending success reply");
usr.bin/ssh/mux.c
1605
debug3_f("read header failed: %s",
usr.bin/ssh/mux.c
1614
debug3_f("read body failed: %s", strerror(errno));
usr.bin/ssh/mux.c
1706
debug3_f("entering");
usr.bin/ssh/mux.c
1742
debug3_f("done pid = %u", pid);
usr.bin/ssh/mux.c
1757
debug3_f("entering");
usr.bin/ssh/mux.c
1808
debug3_f("entering");
usr.bin/ssh/mux.c
184
debug3_f("entering for channel %d", cid);
usr.bin/ssh/mux.c
1956
debug3_f("%s forwardings: %d local, %d remote",
usr.bin/ssh/mux.c
1986
debug3_f("entering");
usr.bin/ssh/mux.c
2043
debug3_f("session request sent");
usr.bin/ssh/mux.c
205
debug3_f("entering for channel %d", cid);
usr.bin/ssh/mux.c
2201
debug3_f("done");
usr.bin/ssh/mux.c
2214
debug3_f("entering");
usr.bin/ssh/mux.c
2246
debug3_f("stdio forward request sent");
usr.bin/ssh/mux.c
2314
debug3_f("entering");
usr.bin/ssh/mux.c
410
debug3_f("got fds stdin %d, stdout %d, stderr %d",
usr.bin/ssh/packet.c
1139
debug3_f("rekex triggered");
usr.bin/ssh/packet.c
1274
DBG(debug3_f("adding %d (len %d padlen %d extra_pad %d)",
usr.bin/ssh/packet.c
1404
debug3_f("rekex triggered");
usr.bin/ssh/packet.c
1446
debug3_f("queued packet triggered rekex");
usr.bin/ssh/packet.c
1591
debug3_f("type %u", *typep);
usr.bin/ssh/packet.c
2644
debug3_f("done");
usr.bin/ssh/packet.c
2836
debug3_f("type %u", type);
usr.bin/ssh/packet.c
554
debug3_f("trying to reverse map address %.100s.", ntop);
usr.bin/ssh/readconf.c
615
debug3_f("interface %s addr %s", ifa->ifa_name, addr);
usr.bin/ssh/readconf.c
617
debug3_f("matched interface %s: address %s in %s",
usr.bin/ssh/readpass.c
258
debug3_f("cannot notify: no askpass");
usr.bin/ssh/readpass.c
264
debug3_f("cannot notify: no display");
usr.bin/ssh/scp.c
1037
debug3_f("origin in %d out %d pid %ld",
usr.bin/ssh/scp.c
1055
debug3_f("destination in %d out %d pid %ld",
usr.bin/ssh/scp.c
1322
debug3_f("copying local %s to remote %s", src, abs_dst);
usr.bin/ssh/scp.c
1521
debug3_f("copying remote %s to local %s", abs_src, dst);
usr.bin/ssh/scp.c
1778
debug3_f("expected pattern %zu: \"%s\"",
usr.bin/ssh/scp.c
1960
debug3_f("copying remote %s to remote %s", abs_src, target);
usr.bin/ssh/serverloop.c
716
debug3_f("sign %s key (index %d) using sigalg %s",
usr.bin/ssh/session.c
1052
debug3_f("checking '%s'", component);
usr.bin/ssh/session.c
1364
debug3_f("session id %d unused", id);
usr.bin/ssh/session.c
1987
debug3_f("channel %d", id);
usr.bin/ssh/sftp-client.c
1072
debug3_f("no server support, fallback to realpath");
usr.bin/ssh/sftp-client.c
2171
debug3_f("server reordered ACKs");
usr.bin/ssh/sftp-client.c
2377
debug3_f("%u outstanding replies", *nreqsp);
usr.bin/ssh/sftp-client.c
2425
debug3_f("done: %u outstanding replies", *nreqsp);
usr.bin/ssh/sftp-client.c
2626
debug3_f("waiting for %u replies from destination", num_upload_req);
usr.bin/ssh/sftp-server.c
1715
debug3_f("uid %u => \"%s\"", n, name);
usr.bin/ssh/sftp-server.c
1725
debug3_f("gid %u => \"%s\"", n, name);
usr.bin/ssh/sftp-server.c
811
debug3_f("allocate %zu => %u", buflen, len);
usr.bin/ssh/sftp-usergroup.c
115
debug3_f("uid %u not resolved", uids[i]);
usr.bin/ssh/sftp-usergroup.c
118
debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]);
usr.bin/ssh/sftp-usergroup.c
123
debug3_f("gid %u not resolved", gids[i]);
usr.bin/ssh/sftp-usergroup.c
126
debug3_f("record gid %u => \"%s\"", gids[i], groupnames[i]);
usr.bin/ssh/srclimit.c
155
debug3_f("addr ntop failed");
usr.bin/ssh/srclimit.c
162
debug3_f("no free slot");
usr.bin/ssh/srclimit.c
323
debug3_f("%s overflow, remove %s", t, s);
usr.bin/ssh/srclimit.c
363
debug3_f("address %s is exempt", addrnetmask);
usr.bin/ssh/srclimit.c
76
debug3_f("%s: invalid mask %d bits", __func__, bits);
usr.bin/ssh/ssh-add.c
736
debug3_f("%s%s%s: adding %s %skey from %s:%lu as key %u",
usr.bin/ssh/ssh-agent.c
1113
debug3_f("%s%s%s: adding %skey %s %s",
usr.bin/ssh/ssh-agent.c
1137
debug3_f("entering");
usr.bin/ssh/ssh-agent.c
364
debug3_f("%s: entering hostname %s, requested key %s %s, %u keys avail",
usr.bin/ssh/ssh-agent.c
374
debug3_f("%s: key %u: %s%s %s", tag, i,
usr.bin/ssh/ssh-agent.c
472
debug3_f("entering: key %s comment \"%s\", %zu socket bindings, "
usr.bin/ssh/ssh-agent.c
500
debug3_f("socketentry fd=%d, entry %zu %s, "
usr.bin/ssh/ssh-agent.c
552
debug3_f("key permitted at host but not after");
usr.bin/ssh/ssh-agent.c
739
debug3_f("well formed userauth");
usr.bin/ssh/ssh-keygen.c
1603
debug3_f("%s", ext->key);
usr.bin/ssh/ssh-keygen.c
1609
debug3_f("%s=%s", ext->key, ext->val);
usr.bin/ssh/ssh-keygen.c
1660
debug3_f("%d keys", nkeys);
usr.bin/ssh/ssh-keyscan.c
380
debug3_f("oname %s kt %d", oname, keytype);
usr.bin/ssh/ssh-keysign.c
153
debug3_f("fail %d", fail);
usr.bin/ssh/ssh-pkcs11-client.c
112
debug3_f("added %s key for provider %s, now has %zu keys",
usr.bin/ssh/ssh-pkcs11-client.c
127
debug3_f("terminating helper for %s; remaining %zu keys",
usr.bin/ssh/ssh-pkcs11-client.c
219
debug3_f("terminating %zu helpers", nhelpers);
usr.bin/ssh/ssh-pkcs11-client.c
297
debug3_f("private key type %s cert type %s on provider %s",
usr.bin/ssh/ssh-pkcs11-client.c
318
debug3_f("provider %s: %zu remaining keys",
usr.bin/ssh/ssh-pkcs11-client.c
336
debug3_f("start helper for %s", path);
usr.bin/ssh/ssh-pkcs11-client.c
372
debug3_f("helper %zu for \"%s\" on fd %d pid %ld", nhelpers,
usr.bin/ssh/ssh-pkcs11-client.c
395
debug3_f("add %s", helper->path);
usr.bin/ssh/ssh-pkcs11-client.c
407
debug3_f("response %d", type);
usr.bin/ssh/ssh-pkcs11-client.c
411
debug3_f("helper return %u keys", nkeys);
usr.bin/ssh/ssh-pkcs11-client.c
451
debug3_f("delete %s", name ? name : "(null)");
usr.bin/ssh/ssh-pkcs11-client.c
465
debug3_f("free %s key", sshkey_type(key));
usr.bin/ssh/ssh-pkcs11-helper.c
72
debug3_f("add %s", providername);
usr.bin/ssh/ssh-pkcs11-helper.c
83
debug3_f("%s: %s \"%s\"", providername,
usr.bin/ssh/ssh-pkcs11.c
1989
debug3_f("called, interactive = %d", interactive);
usr.bin/ssh/ssh-pkcs11.c
2004
debug3_f("called");
usr.bin/ssh/ssh-pkcs11.c
560
debug3_f("sign with alg \"%s\" using provider %s slotidx %lu",
usr.bin/ssh/ssh-pkcs11.c
603
debug3_f("repack %lu < %d (diff %d)",
usr.bin/ssh/ssh-pkcs11.c
654
debug3_f("sign using provider %s slotidx %lu",
usr.bin/ssh/ssh-pkcs11.c
738
debug3_f("sign using provider %s slotidx %lu",
usr.bin/ssh/ssh-sk-client.c
120
debug3_f("started pid=%ld", (long)pid);
usr.bin/ssh/ssh-sk-client.c
132
debug3_f("pid=%ld", (long)pid);
usr.bin/ssh/ssh-sk.c
523
debug3_f("using explicit challenge len=%zd", challenge_len);
usr.bin/ssh/ssh-sk.c
815
debug3_f("rk %zu: slot %zu, alg %d, app \"%s\", uidlen %zu",
usr.bin/ssh/ssh.c
1999
debug3_f("%s:%d", options.stdio_forward_host,
usr.bin/ssh/ssh.c
2208
debug3_f("channel_new: %d%s", c->self, tty_flag ? " (tty)" : "");
usr.bin/ssh/ssh.c
241
debug3_f("lookup %s:%d", name, port);
usr.bin/ssh/ssh.c
380
debug3_f("check \"%s\" CNAME \"%s\"", *namep, cname);
usr.bin/ssh/ssh.c
449
debug3_f("name is fully qualified");
usr.bin/ssh/ssh.c
465
debug3_f("not canonicalizing hostname \"%s\" (max dots %d)",
usr.bin/ssh/ssh.c
475
debug3_f("attempting \"%s\" => \"%s\"", *hostp, fullhost);
usr.bin/ssh/ssh_api.c
479
debug3_f("need %d", type);
usr.bin/ssh/ssh_api.c
481
debug3_f("check %s", sshkey_type(k->key));
usr.bin/ssh/ssh_api.c
494
debug3_f("need %d", type);
usr.bin/ssh/ssh_api.c
496
debug3_f("check %s", sshkey_type(k->key));
usr.bin/ssh/ssh_api.c
509
debug3_f("need %s", sshkey_type(hostkey));
usr.bin/ssh/ssh_api.c
511
debug3_f("check %s", sshkey_type(k->key));
usr.bin/ssh/sshconnect.c
1063
debug3_f("certificate host key in use; "
usr.bin/ssh/sshconnect.c
1075
debug3_f("host key found in GlobalKnownHostsFile; "
usr.bin/ssh/sshconnect.c
1080
debug3_f("host key found via KnownHostsCommand; "
usr.bin/ssh/sshconnect.c
430
debug3_f("entering");
usr.bin/ssh/sshconnect.c
734
debug3_f("trying %s hostfile \"%s\"", which, file);
usr.bin/ssh/sshconnect2.c
1331
debug3_f("using %s with %s %s", method, sshkey_type(id->key), fp);
usr.bin/ssh/sshconnect2.c
1394
debug3_f("signing using %s %s", alg, fp);
usr.bin/ssh/sshconnect2.c
149
debug3_f("have matching best-preference key type %s, "
usr.bin/ssh/sshconnect2.c
1495
debug3_f("cannot handle key");
usr.bin/ssh/sshconnect2.c
198
debug3_f("prefer hostkeyalgs: %s", first);
usr.bin/ssh/sshconnect2.c
200
debug3_f("no algorithms matched; accept original");
usr.bin/ssh/sshconnect2.c
2066
debug3_f("fcntl F_SETFD: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2069
debug3_f("[child] pid=%ld, exec %s",
usr.bin/ssh/sshconnect2.c
2158
debug3_f("trying key type %s", authctxt->active_ktype);
usr.bin/ssh/sshconnect2.c
568
debug3_f("entering");
usr.bin/ssh/sshd-auth.c
210
debug3_f("%s key not permitted by HostkeyAlgorithms", s);
usr.bin/ssh/sshd-auth.c
407
debug3_f("begin");
usr.bin/ssh/sshd-auth.c
415
debug3_f("done");
usr.bin/ssh/sshd-session.c
511
debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp);
usr.bin/ssh/sshd-session.c
531
debug3_f("sent %u hostkeys", nkeys);
usr.bin/ssh/sshd-session.c
616
debug3_f("entering fd = %d", fd);
usr.bin/ssh/sshd-session.c
661
debug3_f("done");
usr.bin/ssh/sshd.c
1061
debug3_f("child %lu for %s closed pipe",
usr.bin/ssh/sshd.c
363
debug3_f("preauth child %ld for %s completed "
usr.bin/ssh/sshd.c
703
debug3_f("d config len %zu", sshbuf_len(conf));
usr.bin/ssh/sshd.c
730
debug3_f("done");
usr.bin/ssh/sshd.c
772
debug3_f("entering fd = %d config len %zu", fd,
usr.bin/ssh/sshd.c
785
debug3_f("done");
usr.bin/ssh/sshsig.c
424
debug3_f("final hash: %s", hex);
usr.bin/ssh/sshsig.c
549
debug3_f("final hash: %s", hex);
usr.bin/ssh/ttymodes.c
290
debug3_f("SSH_BUG_UTF8TTYMODE"); \