Symbol: debug2
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
377
debug2("key %s: %s %s", argv[2], sshkey_type(k), fp);
sys/kern/kern_sysctl.c
1096
struct ctldebug debug1, debug2, debug3, debug4;
sys/kern/kern_sysctl.c
1102
&debug1, &debug2, &debug3, &debug4,
usr.bin/ssh/auth-bsdauth.c
60
debug2("bsdauth_query: try reuse session");
usr.bin/ssh/auth-bsdauth.c
69
debug2("bsdauth_query: new bsd auth session");
usr.bin/ssh/auth-bsdauth.c
76
debug2("bsdauth_query: <%s>", challenge ? challenge : "empty");
usr.bin/ssh/auth2-chall.c
146
debug2("kbdint_next_device: devices %s", kbdintctxt->devices ?
usr.bin/ssh/auth2-chall.c
192
debug2("auth2_challenge_start: devices %s",
usr.bin/ssh/auth2-hostbased.c
188
debug2("stripping trailing dot from chost %s", chost);
usr.bin/ssh/auth2-pubkeyfile.c
290
debug2("%s: check options: '%s'", loc, cp);
usr.bin/ssh/auth2-pubkeyfile.c
299
debug2("%s: advance: '%s'", loc, cp);
usr.bin/ssh/auth2.c
328
debug2("input_userauth_request: try method %s", method);
usr.bin/ssh/auth2.c
626
debug2("authentication methods list %d complete", i);
usr.bin/ssh/channels.c
1180
debug2("channel %d: send open", id);
usr.bin/ssh/channels.c
1200
debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
usr.bin/ssh/channels.c
1335
debug2("channel %d: "
usr.bin/ssh/channels.c
1394
debug2("Initial X11 packet contains bad byte order byte: 0x%x",
usr.bin/ssh/channels.c
1407
debug2("X11 connection uses different authentication protocol.");
usr.bin/ssh/channels.c
1414
debug2("X11 auth data does not match fake data.");
usr.bin/ssh/channels.c
1473
debug2("X11 rejected %d i%d/o%d",
usr.bin/ssh/channels.c
1531
debug2("channel %d: decode socks4", c->self);
usr.bin/ssh/channels.c
1562
debug2("channel %d: %s: user=\"%s\" command=%d destination=[%s]:%d",
usr.bin/ssh/channels.c
1640
debug2("channel %d: socks5 auth done", c->self);
usr.bin/ssh/channels.c
1654
debug2("channel %d: decode socks5 %s", c->self,
usr.bin/ssh/channels.c
1679
debug2("channel %d: socks5 post auth", c->self);
usr.bin/ssh/channels.c
1690
debug2("channel %d: only socks5 connect supported", c->self);
usr.bin/ssh/channels.c
1711
debug2("channel %d: bad socks5 atyp %d", c->self, socks_atyp);
usr.bin/ssh/channels.c
1736
debug2("channel %d: dynamic request: socks5 host %s port %u command %u",
usr.bin/ssh/channels.c
1790
debug2("channel %d: pre_dynamic: have %d", c->self, have);
usr.bin/ssh/channels.c
1816
debug2("channel %d: pre_dynamic: need more", c->self);
usr.bin/ssh/channels.c
1845
debug2("channel %d: pre_rdynamic: have %d", c->self, have);
usr.bin/ssh/channels.c
1874
debug2("channel %d: pre_rdynamic: need more", c->self);
usr.bin/ssh/channels.c
1912
debug2("single_connection: closing X11 listener.");
usr.bin/ssh/channels.c
2202
debug2("channel %d: read failed rfd %d maxlen %zu: %s",
usr.bin/ssh/channels.c
2215
debug2("channel %d: read<=0 rfd %d len %zd: %s",
usr.bin/ssh/channels.c
2220
debug2("channel %d: not open", c->self);
usr.bin/ssh/channels.c
2231
debug2("channel %d: filter stops", c->self);
usr.bin/ssh/channels.c
2258
debug2("channel %d: filter stops", c->self);
usr.bin/ssh/channels.c
2291
debug2("channel %d: not open", c->self);
usr.bin/ssh/channels.c
2335
debug2("channel %d: written %zd to efd %d", c->self, len, c->efd);
usr.bin/ssh/channels.c
2339
debug2("channel %d: closing write-efd %d", c->self, c->efd);
usr.bin/ssh/channels.c
2361
debug2("channel %d: read %zd from efd %d", c->self, len, c->efd);
usr.bin/ssh/channels.c
2365
debug2("channel %d: closing read-efd %d", c->self, c->efd);
usr.bin/ssh/channels.c
2414
debug2("channel %d: window %d sent adjust %d", c->self,
usr.bin/ssh/channels.c
2445
debug2("channel %d: ctl read<=0 rfd %d len %zd",
usr.bin/ssh/channels.c
2477
debug2("channel %d: packet too big %u > %u",
usr.bin/ssh/channels.c
2620
debug2("channel %d: gc: notify user", c->self);
usr.bin/ssh/channels.c
2625
debug2("channel %d: gc: user detached", c->self);
usr.bin/ssh/channels.c
2629
debug2("channel %d: garbage collecting", c->self);
usr.bin/ssh/channels.c
3005
debug2("channel %d: "
usr.bin/ssh/channels.c
3071
debug2("channel %d: rwin %u elen %zu euse %d", c->self,
usr.bin/ssh/channels.c
3090
debug2("channel %d: sent ext data %zu", c->self, len);
usr.bin/ssh/channels.c
3557
debug2("channel %d: rcvd ext data %zu", c->self, data_len);
usr.bin/ssh/channels.c
3640
debug2("channel %d: open confirm rwindow %u rmax %u", c->self,
usr.bin/ssh/channels.c
3719
debug2("channel %d: rcvd adjust %u", c->self, adjust);
usr.bin/ssh/channels.c
452
debug2("channel %d: rfd %d isatty", c->self, c->rfd);
usr.bin/ssh/channels.c
5221
debug2("socket: %.100s", strerror(errno));
usr.bin/ssh/channels.c
5226
debug2("connect %.100s port %u: %.100s", buf,
usr.bin/ssh/channels.c
527
debug2("channel: expanding %d", sc->channels_alloc);
usr.bin/ssh/channels.c
927
debug2("channel %d: big output buffer %zu > %u",
usr.bin/ssh/clientloop.c
397
debug2("x11_get_proto: %s", cmd);
usr.bin/ssh/clientloop.c
828
debug2("%s request accepted on channel %d",
usr.bin/ssh/dh.c
264
debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p));
usr.bin/ssh/dispatch.c
106
debug2("skipped packet (type %u)", type);
usr.bin/ssh/hostfile.c
101
debug2("extract_salt: salt decode error");
usr.bin/ssh/hostfile.c
105
debug2("extract_salt: expected salt len %zd, got %d",
usr.bin/ssh/hostfile.c
74
debug2("extract_salt: string too short");
usr.bin/ssh/hostfile.c
78
debug2("extract_salt: invalid magic identifier");
usr.bin/ssh/hostfile.c
84
debug2("extract_salt: missing salt termination character");
usr.bin/ssh/hostfile.c
886
debug2("%s:%ld: truncated before key type",
usr.bin/ssh/hostfile.c
91
debug2("extract_salt: bad encoded salt length %u", b64len);
usr.bin/ssh/hostfile.c
935
debug2("%s:%ld: truncated after key type",
usr.bin/ssh/kex.c
197
debug2("%s: %s", proposal_names[i], proposal[i]);
usr.bin/ssh/kex.c
207
debug2("first_kex_follows %d ", v);
usr.bin/ssh/kex.c
208
debug2("reserved %u ", i);
usr.bin/ssh/kex.c
912
debug2("proposal mismatch: my %s peer %s",
usr.bin/ssh/kex.c
917
debug2("proposals match");
usr.bin/ssh/kex.c
938
debug2("local %s KEXINIT proposal", kex->server ? "server" : "client");
usr.bin/ssh/kex.c
941
debug2("peer %s KEXINIT proposal", kex->server ? "client" : "server");
usr.bin/ssh/misc.c
159
debug2("fd %d setting O_NONBLOCK", fd);
usr.bin/ssh/misc.c
214
debug2("fd %d is TCP_NODELAY", fd);
usr.bin/ssh/misc.c
218
debug2("fd %d setting TCP_NODELAY", fd);
usr.bin/ssh/moduli.c
296
debug2("start point: 0x%s", BN_bn2hex(largebase));
usr.bin/ssh/moduli.c
373
debug2("test q = largebase+%u", 2 * j);
usr.bin/ssh/moduli.c
557
debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
usr.bin/ssh/moduli.c
582
debug2("%10u: comment or short line", count_in);
usr.bin/ssh/moduli.c
597
debug2("%10u: known composite", count_in);
usr.bin/ssh/moduli.c
616
debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
usr.bin/ssh/moduli.c
633
debug2("%10u: (%u)", count_in, in_type);
usr.bin/ssh/moduli.c
642
debug2("Unknown prime type");
usr.bin/ssh/moduli.c
651
debug2("%10u: bit size %u mismatch", count_in, in_size);
usr.bin/ssh/moduli.c
655
debug2("%10u: bit size %u too short", count_in, in_size);
usr.bin/ssh/moduli.c
682
debug2("%10u: generator %d != %d",
usr.bin/ssh/moduli.c
692
debug2("%10u: no known generator", count_in);
usr.bin/ssh/mux.c
1687
debug2("Unrecognised master extension \"%s\"", name);
usr.bin/ssh/mux.c
2151
debug2("Exiting on signal: %s", strsignal(muxclient_terminate));
usr.bin/ssh/mux.c
2154
debug2("Control master terminated unexpectedly");
usr.bin/ssh/mux.c
2157
debug2("Received exit status from master %d", exitval);
usr.bin/ssh/nchan.c
103
debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
usr.bin/ssh/nchan.c
111
debug2("channel %d: read failed", c->self);
usr.bin/ssh/nchan.c
127
debug2("channel %d: ibuf empty", c->self);
usr.bin/ssh/nchan.c
149
debug2("channel %d: obuf empty", c->self);
usr.bin/ssh/nchan.c
170
debug2("channel %d: rcvd eow", c->self);
usr.bin/ssh/nchan.c
184
debug2("channel %d: send eof", c->self);
usr.bin/ssh/nchan.c
207
debug2("channel %d: send_close2", c->self);
usr.bin/ssh/nchan.c
217
debug2("channel %d: send close for remote id %u", c->self,
usr.bin/ssh/nchan.c
232
debug2("channel %d: send eow", c->self);
usr.bin/ssh/nchan.c
255
debug2("channel %d: rcvd eof", c->self);
usr.bin/ssh/nchan.c
268
debug2("channel %d: rcvd close", c->self);
usr.bin/ssh/nchan.c
308
debug2("channel %d: write failed", c->self);
usr.bin/ssh/nchan.c
334
debug2("channel %d: zombie", c->self);
usr.bin/ssh/nchan.c
343
debug2("channel %d: active efd: %d len %zu",
usr.bin/ssh/nchan.c
348
debug2("channel %d: is dead (local)", c->self);
usr.bin/ssh/nchan.c
357
debug2("channel %d: almost dead",
usr.bin/ssh/nchan.c
365
debug2("channel %d: is dead", c->self);
usr.bin/ssh/nchan.c
93
debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
usr.bin/ssh/readconf.c
1949
debug2("%s line %d: ignoring duplicate env "
usr.bin/ssh/readconf.c
712
debug2("checking match for '%s' host %s originally %s",
usr.bin/ssh/readconf.c
907
debug2("match %sfound", result ? "" : "not ");
usr.bin/ssh/servconf.c
2211
debug2("%s line %d: ignoring duplicate env "
usr.bin/ssh/servconf.c
2296
debug2("%s line %d: new include %s",
usr.bin/ssh/servconf.c
2307
debug2("%s line %d: no match for %s",
usr.bin/ssh/servconf.c
2317
debug2("%s line %d: including %s",
usr.bin/ssh/session.c
1603
debug2("subsystem request for %.100s by user %s", s->subsys,
usr.bin/ssh/session.c
1731
debug2("Ignoring env request %s: too many env vars", name);
usr.bin/ssh/session.c
1737
debug2("Setting env %d: %s=%s", s->num_env, name, val);
usr.bin/ssh/session.c
1746
debug2("Ignoring env request %s: disallowed name", name);
usr.bin/ssh/sftp-client.c
1009
debug2("Sending SSH2_FXP_REALPATH \"%s\"", path);
usr.bin/ssh/sftp-client.c
1207
debug2("Sending SSH2_FXP_EXTENDED(posix-rename@openssh.com) "
usr.bin/ssh/sftp-client.c
1215
debug2("Sending SSH2_FXP_RENAME \"%s\" to \"%s\"",
usr.bin/ssh/sftp-client.c
1249
debug2("Sending SSH2_FXP_EXTENDED(hardlink@openssh.com) "
usr.bin/ssh/sftp-client.c
1287
debug2("Sending SSH2_FXP_SYMLINK \"%s\" to \"%s\"", oldpath, newpath);
usr.bin/ssh/sftp-client.c
1322
debug2("Sending SSH2_FXP_EXTENDED(fsync@openssh.com)");
usr.bin/ssh/sftp-client.c
1355
debug2("Sending SSH2_FXP_READLINK \"%s\"", path);
usr.bin/ssh/sftp-client.c
1416
debug2("Sending SSH2_FXP_EXTENDED(statvfs@openssh.com) \"%s\"", path);
usr.bin/ssh/sftp-client.c
1446
debug2("Sending SSH2_FXP_EXTENDED(fstatvfs@openssh.com)");
usr.bin/ssh/sftp-client.c
1476
debug2("Sending SSH2_FXP_EXTENDED(lsetstat@openssh.com) \"%s\"", path);
usr.bin/ssh/sftp-client.c
1527
debug2("Sending SSH2_FXP_OPEN \"%s\"", path);
usr.bin/ssh/sftp-client.c
2847
debug2("Sending SSH2_FXP_EXTENDED(users-groups-by-id@openssh.com)");
usr.bin/ssh/sftp-client.c
477
debug2("Remote version: %u", ret->version);
usr.bin/ssh/sftp-client.c
532
debug2("Server supports extension \"%s\" revision %s",
usr.bin/ssh/sftp-client.c
535
debug2("Unrecognised server extension \"%s\"", name);
usr.bin/ssh/sftp-client.c
846
debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
usr.bin/ssh/sftp-client.c
861
debug2("Sending SSH2_FXP_MKDIR \"%s\"", path);
usr.bin/ssh/sftp-client.c
879
debug2("Sending SSH2_FXP_RMDIR \"%s\"", path);
usr.bin/ssh/sftp-client.c
897
debug2("Sending SSH2_FXP_STAT \"%s\"", path);
usr.bin/ssh/sftp-client.c
933
debug2("Sending SSH2_FXP_FSTAT \"%s\"");
usr.bin/ssh/sftp-client.c
948
debug2("Sending SSH2_FXP_SETSTAT \"%s\"", path);
usr.bin/ssh/sftp-client.c
967
debug2("Sending SSH2_FXP_FSETSTAT");
usr.bin/ssh/sftp-client.c
999
debug2("Sending SSH2_FXP_EXTENDED(expand-path@openssh.com) "
usr.bin/ssh/sftp-server.c
200
debug2("Permitting allowlisted %s request", h->name);
usr.bin/ssh/sftp-server.c
807
debug2("read change len %u to %u", len, SFTP_MAX_READ_LENGTH);
usr.bin/ssh/ssh-add.c
986
debug2("%s: %s", argv[i], sshkey_ssh_name(k));
usr.bin/ssh/ssh-pkcs11.c
1395
debug2("%s: provider %s slot %lu: %s %s", context, p->name,
usr.bin/ssh/ssh.c
1619
debug2("resolved SecurityKeyProvider %s => %s",
usr.bin/ssh/ssh.c
1642
debug2("resolving \"%s\" port %d", host, options.port);
usr.bin/ssh/ssh.c
1701
debug2("hostbased pubkey \"%s\" in slot %d", p, o); \
usr.bin/ssh/ssh.c
1711
debug2("hostbased cert \"%s\" in slot %d", p, o); \
usr.bin/ssh/sshconnect.c
1461
debug2("Server host certificate hostname: %s",
usr.bin/ssh/sshconnect2.c
1077
debug2("input_userauth_passwd_changereq");
usr.bin/ssh/sshconnect2.c
1540
debug2("no passphrase given, try next key");
usr.bin/ssh/sshconnect2.c
1555
debug2("bad passphrase given, try again...");
usr.bin/ssh/sshconnect2.c
1922
debug2("userauth_kbdint");
usr.bin/ssh/sshconnect2.c
2295
debug2("Unrecognized authentication method name: %s", name ? name : "NULL");
usr.bin/ssh/sshconnect2.c
493
debug2("service_accept: %s", reply);
usr.bin/ssh/sshconnect2.c
496
debug2("buggy server: service_accept w/o service");
usr.bin/ssh/sshconnect2.c
545
debug2("we sent a %s packet, wait for reply", method->name);
usr.bin/ssh/sshconnect2.c
548
debug2("we did not send a packet, disable method");
usr.bin/ssh/sshd-session.c
301
debug2("Network child is on pid %ld", (long)pid);