Symbol: debug2
crypto/openssh/auth-bsdauth.c
63
debug2("bsdauth_query: try reuse session");
crypto/openssh/auth-bsdauth.c
72
debug2("bsdauth_query: new bsd auth session");
crypto/openssh/auth-bsdauth.c
79
debug2("bsdauth_query: <%s>", challenge ? challenge : "empty");
crypto/openssh/auth-pam.c
803
debug2("%s: auth information in SSH_AUTH_INFO_0", caller);
crypto/openssh/auth2-chall.c
185
debug2("kbdint_next_device: devices %s", kbdintctxt->devices ?
crypto/openssh/auth2-chall.c
231
debug2("auth2_challenge_start: devices %s",
crypto/openssh/auth2-hostbased.c
189
debug2("stripping trailing dot from chost %s", chost);
crypto/openssh/auth2-pubkeyfile.c
291
debug2("%s: check options: '%s'", loc, cp);
crypto/openssh/auth2-pubkeyfile.c
300
debug2("%s: advance: '%s'", loc, cp);
crypto/openssh/auth2.c
351
debug2("input_userauth_request: try method %s", method);
crypto/openssh/auth2.c
679
debug2("authentication methods list %d complete", i);
crypto/openssh/channels.c
1190
debug2("channel %d: send open", id);
crypto/openssh/channels.c
1210
debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
crypto/openssh/channels.c
1345
debug2("channel %d: "
crypto/openssh/channels.c
1409
debug2("Initial X11 packet contains bad byte order byte: 0x%x",
crypto/openssh/channels.c
1422
debug2("X11 connection uses different authentication protocol.");
crypto/openssh/channels.c
1429
debug2("X11 auth data does not match fake data.");
crypto/openssh/channels.c
1488
debug2("X11 rejected %d i%d/o%d",
crypto/openssh/channels.c
1546
debug2("channel %d: decode socks4", c->self);
crypto/openssh/channels.c
1577
debug2("channel %d: %s: user=\"%s\" command=%d destination=[%s]:%d",
crypto/openssh/channels.c
1655
debug2("channel %d: socks5 auth done", c->self);
crypto/openssh/channels.c
1669
debug2("channel %d: decode socks5 %s", c->self,
crypto/openssh/channels.c
1694
debug2("channel %d: socks5 post auth", c->self);
crypto/openssh/channels.c
1705
debug2("channel %d: only socks5 connect supported", c->self);
crypto/openssh/channels.c
1726
debug2("channel %d: bad socks5 atyp %d", c->self, socks_atyp);
crypto/openssh/channels.c
1751
debug2("channel %d: dynamic request: socks5 host %s port %u command %u",
crypto/openssh/channels.c
1805
debug2("channel %d: pre_dynamic: have %d", c->self, have);
crypto/openssh/channels.c
1831
debug2("channel %d: pre_dynamic: need more", c->self);
crypto/openssh/channels.c
1860
debug2("channel %d: pre_rdynamic: have %d", c->self, have);
crypto/openssh/channels.c
1889
debug2("channel %d: pre_rdynamic: need more", c->self);
crypto/openssh/channels.c
1927
debug2("single_connection: closing X11 listener.");
crypto/openssh/channels.c
2226
debug2("channel %d: read failed rfd %d maxlen %zu: %s",
crypto/openssh/channels.c
2244
debug2("channel %d: read<=0 rfd %d len %zd: %s",
crypto/openssh/channels.c
2249
debug2("channel %d: not open", c->self);
crypto/openssh/channels.c
2260
debug2("channel %d: filter stops", c->self);
crypto/openssh/channels.c
2289
debug2("channel %d: filter stops", c->self);
crypto/openssh/channels.c
2330
debug2("channel %d: not open", c->self);
crypto/openssh/channels.c
2376
debug2("channel %d: written %zd to efd %d", c->self, len, c->efd);
crypto/openssh/channels.c
2381
debug2("channel %d: closing write-efd %d", c->self, c->efd);
crypto/openssh/channels.c
2405
debug2("channel %d: read %zd from efd %d", c->self, len, c->efd);
crypto/openssh/channels.c
2410
debug2("channel %d: closing read-efd %d", c->self, c->efd);
crypto/openssh/channels.c
2459
debug2("channel %d: window %d sent adjust %d", c->self,
crypto/openssh/channels.c
2490
debug2("channel %d: ctl read<=0 rfd %d len %zd",
crypto/openssh/channels.c
2522
debug2("channel %d: packet too big %u > %u",
crypto/openssh/channels.c
2665
debug2("channel %d: gc: notify user", c->self);
crypto/openssh/channels.c
2670
debug2("channel %d: gc: user detached", c->self);
crypto/openssh/channels.c
2674
debug2("channel %d: garbage collecting", c->self);
crypto/openssh/channels.c
3050
debug2("channel %d: "
crypto/openssh/channels.c
3116
debug2("channel %d: rwin %u elen %zu euse %d", c->self,
crypto/openssh/channels.c
3135
debug2("channel %d: sent ext data %zu", c->self, len);
crypto/openssh/channels.c
3602
debug2("channel %d: rcvd ext data %zu", c->self, data_len);
crypto/openssh/channels.c
3685
debug2("channel %d: open confirm rwindow %u rmax %u", c->self,
crypto/openssh/channels.c
3764
debug2("channel %d: rcvd adjust %u", c->self, adjust);
crypto/openssh/channels.c
458
debug2("channel %d: rfd %d isatty", c->self, c->rfd);
crypto/openssh/channels.c
5341
debug2("socket: %.100s", strerror(errno));
crypto/openssh/channels.c
5346
debug2("connect %.100s port %u: %.100s", buf,
crypto/openssh/channels.c
537
debug2("channel: expanding %d", sc->channels_alloc);
crypto/openssh/channels.c
937
debug2("channel %d: big output buffer %zu > %u",
crypto/openssh/clientloop.c
402
debug2("x11_get_proto: %s", cmd);
crypto/openssh/clientloop.c
833
debug2("%s request accepted on channel %d",
crypto/openssh/dh.c
269
debug2("bits set: %d/%d", bits_set, BN_num_bits(dh_p));
crypto/openssh/dispatch.c
108
debug2("skipped packet (type %u)", type);
crypto/openssh/hostfile.c
103
debug2("extract_salt: salt decode error");
crypto/openssh/hostfile.c
107
debug2("extract_salt: expected salt len %zd, got %d",
crypto/openssh/hostfile.c
76
debug2("extract_salt: string too short");
crypto/openssh/hostfile.c
80
debug2("extract_salt: invalid magic identifier");
crypto/openssh/hostfile.c
86
debug2("extract_salt: missing salt termination character");
crypto/openssh/hostfile.c
893
debug2("%s:%ld: truncated before key type",
crypto/openssh/hostfile.c
93
debug2("extract_salt: bad encoded salt length %u", b64len);
crypto/openssh/hostfile.c
942
debug2("%s:%ld: truncated after key type",
crypto/openssh/kex.c
198
debug2("%s: %s", proposal_names[i], proposal[i]);
crypto/openssh/kex.c
208
debug2("first_kex_follows %d ", v);
crypto/openssh/kex.c
209
debug2("reserved %u ", i);
crypto/openssh/kex.c
920
debug2("proposal mismatch: my %s peer %s",
crypto/openssh/kex.c
925
debug2("proposals match");
crypto/openssh/kex.c
946
debug2("local %s KEXINIT proposal", kex->server ? "server" : "client");
crypto/openssh/kex.c
949
debug2("peer %s KEXINIT proposal", kex->server ? "client" : "server");
crypto/openssh/misc.c
166
debug2("fd %d setting O_NONBLOCK", fd);
crypto/openssh/misc.c
221
debug2("fd %d is TCP_NODELAY", fd);
crypto/openssh/misc.c
225
debug2("fd %d setting TCP_NODELAY", fd);
crypto/openssh/moduli.c
302
debug2("start point: 0x%s", BN_bn2hex(largebase));
crypto/openssh/moduli.c
379
debug2("test q = largebase+%u", 2 * j);
crypto/openssh/moduli.c
563
debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
crypto/openssh/moduli.c
588
debug2("%10u: comment or short line", count_in);
crypto/openssh/moduli.c
603
debug2("%10u: known composite", count_in);
crypto/openssh/moduli.c
622
debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
crypto/openssh/moduli.c
639
debug2("%10u: (%u)", count_in, in_type);
crypto/openssh/moduli.c
648
debug2("Unknown prime type");
crypto/openssh/moduli.c
657
debug2("%10u: bit size %u mismatch", count_in, in_size);
crypto/openssh/moduli.c
661
debug2("%10u: bit size %u too short", count_in, in_size);
crypto/openssh/moduli.c
688
debug2("%10u: generator %d != %d",
crypto/openssh/moduli.c
698
debug2("%10u: no known generator", count_in);
crypto/openssh/mux.c
1695
debug2("Unrecognised master extension \"%s\"", name);
crypto/openssh/mux.c
2160
debug2("Exiting on signal: %s", strsignal(muxclient_terminate));
crypto/openssh/mux.c
2163
debug2("Control master terminated unexpectedly");
crypto/openssh/mux.c
2166
debug2("Received exit status from master %d", exitval);
crypto/openssh/nchan.c
105
debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
crypto/openssh/nchan.c
113
debug2("channel %d: read failed", c->self);
crypto/openssh/nchan.c
129
debug2("channel %d: ibuf empty", c->self);
crypto/openssh/nchan.c
151
debug2("channel %d: obuf empty", c->self);
crypto/openssh/nchan.c
172
debug2("channel %d: rcvd eow", c->self);
crypto/openssh/nchan.c
186
debug2("channel %d: send eof", c->self);
crypto/openssh/nchan.c
209
debug2("channel %d: send_close2", c->self);
crypto/openssh/nchan.c
219
debug2("channel %d: send close for remote id %u", c->self,
crypto/openssh/nchan.c
234
debug2("channel %d: send eow", c->self);
crypto/openssh/nchan.c
257
debug2("channel %d: rcvd eof", c->self);
crypto/openssh/nchan.c
270
debug2("channel %d: rcvd close", c->self);
crypto/openssh/nchan.c
310
debug2("channel %d: write failed", c->self);
crypto/openssh/nchan.c
336
debug2("channel %d: zombie", c->self);
crypto/openssh/nchan.c
345
debug2("channel %d: active efd: %d len %zu",
crypto/openssh/nchan.c
350
debug2("channel %d: is dead (local)", c->self);
crypto/openssh/nchan.c
359
debug2("channel %d: almost dead",
crypto/openssh/nchan.c
367
debug2("channel %d: is dead", c->self);
crypto/openssh/nchan.c
95
debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
147
debug2("ldns: got %u answers from DNS", rrset->rri_nrdatas);
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
155
debug2("ldns: trying to validate RRset");
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
161
debug2("ldns: got %u signature(s) (RRTYPE %u) from DNS",
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
167
debug2("ldns: RRset is signed with a valid key");
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
169
debug2("ldns: RRset validation failed: %s",
crypto/openssh/openbsd-compat/port-solaris.c
126
debug2("%s: clearing process contract template on fd %d",
crypto/openssh/openbsd-compat/port-solaris.c
145
debug2("%s: clearing template (fd %d)", __func__, tmpl_fd);
crypto/openssh/openbsd-compat/port-solaris.c
169
debug2("%s: abandoning contract id %ld", __func__, ctid);
crypto/openssh/openbsd-compat/port-solaris.c
83
debug2("%s: setting up process contract template on fd %d",
crypto/openssh/readconf.c
1961
debug2("%s line %d: ignoring duplicate env "
crypto/openssh/readconf.c
724
debug2("checking match for '%s' host %s originally %s",
crypto/openssh/readconf.c
919
debug2("match %sfound", result ? "" : "not ");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
380
debug2("key %s: %s %s", argv[2], sshkey_type(k), fp);
crypto/openssh/servconf.c
2078
debug2("%s line %d: ignoring duplicate env "
crypto/openssh/servconf.c
2163
debug2("%s line %d: new include %s",
crypto/openssh/servconf.c
2174
debug2("%s line %d: no match for %s",
crypto/openssh/servconf.c
2184
debug2("%s line %d: including %s",
crypto/openssh/session.c
1936
debug2("subsystem request for %.100s by user %s", s->subsys,
crypto/openssh/session.c
2067
debug2("Ignoring env request %s: too many env vars", name);
crypto/openssh/session.c
2073
debug2("Setting env %d: %s=%s", s->num_env, name, val);
crypto/openssh/session.c
2082
debug2("Ignoring env request %s: disallowed name", name);
crypto/openssh/sftp-client.c
1008
debug2("Sending SSH2_FXP_EXTENDED(expand-path@openssh.com) "
crypto/openssh/sftp-client.c
1018
debug2("Sending SSH2_FXP_REALPATH \"%s\"", path);
crypto/openssh/sftp-client.c
1216
debug2("Sending SSH2_FXP_EXTENDED(posix-rename@openssh.com) "
crypto/openssh/sftp-client.c
1224
debug2("Sending SSH2_FXP_RENAME \"%s\" to \"%s\"",
crypto/openssh/sftp-client.c
1258
debug2("Sending SSH2_FXP_EXTENDED(hardlink@openssh.com) "
crypto/openssh/sftp-client.c
1296
debug2("Sending SSH2_FXP_SYMLINK \"%s\" to \"%s\"", oldpath, newpath);
crypto/openssh/sftp-client.c
1331
debug2("Sending SSH2_FXP_EXTENDED(fsync@openssh.com)");
crypto/openssh/sftp-client.c
1364
debug2("Sending SSH2_FXP_READLINK \"%s\"", path);
crypto/openssh/sftp-client.c
1425
debug2("Sending SSH2_FXP_EXTENDED(statvfs@openssh.com) \"%s\"", path);
crypto/openssh/sftp-client.c
1455
debug2("Sending SSH2_FXP_EXTENDED(fstatvfs@openssh.com)");
crypto/openssh/sftp-client.c
1485
debug2("Sending SSH2_FXP_EXTENDED(lsetstat@openssh.com) \"%s\"", path);
crypto/openssh/sftp-client.c
1536
debug2("Sending SSH2_FXP_OPEN \"%s\"", path);
crypto/openssh/sftp-client.c
2871
debug2("Sending SSH2_FXP_EXTENDED(users-groups-by-id@openssh.com)");
crypto/openssh/sftp-client.c
486
debug2("Remote version: %u", ret->version);
crypto/openssh/sftp-client.c
541
debug2("Server supports extension \"%s\" revision %s",
crypto/openssh/sftp-client.c
544
debug2("Unrecognised server extension \"%s\"", name);
crypto/openssh/sftp-client.c
855
debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
crypto/openssh/sftp-client.c
870
debug2("Sending SSH2_FXP_MKDIR \"%s\"", path);
crypto/openssh/sftp-client.c
888
debug2("Sending SSH2_FXP_RMDIR \"%s\"", path);
crypto/openssh/sftp-client.c
906
debug2("Sending SSH2_FXP_STAT \"%s\"", path);
crypto/openssh/sftp-client.c
942
debug2("Sending SSH2_FXP_FSTAT \"%s\"");
crypto/openssh/sftp-client.c
957
debug2("Sending SSH2_FXP_SETSTAT \"%s\"", path);
crypto/openssh/sftp-client.c
976
debug2("Sending SSH2_FXP_FSETSTAT");
crypto/openssh/sftp-server.c
202
debug2("Permitting allowlisted %s request", h->name);
crypto/openssh/sftp-server.c
809
debug2("read change len %u to %u", len, SFTP_MAX_READ_LENGTH);
crypto/openssh/ssh-add.c
1000
debug2("%s: %s", argv[i], sshkey_ssh_name(k));
crypto/openssh/ssh-pkcs11.c
1414
debug2("%s: provider %s slot %lu: %s %s", context, p->name,
crypto/openssh/ssh.c
1642
debug2("resolved SecurityKeyProvider %s => %s",
crypto/openssh/ssh.c
1666
debug2("resolving \"%s\" port %d", host, options.port);
crypto/openssh/ssh.c
1725
debug2("hostbased pubkey \"%s\" in slot %d", p, o); \
crypto/openssh/ssh.c
1735
debug2("hostbased cert \"%s\" in slot %d", p, o); \
crypto/openssh/sshconnect.c
1542
debug2("Server host certificate hostname: %s",
crypto/openssh/sshconnect2.c
1087
debug2("input_userauth_passwd_changereq");
crypto/openssh/sshconnect2.c
1551
debug2("no passphrase given, try next key");
crypto/openssh/sshconnect2.c
1566
debug2("bad passphrase given, try again...");
crypto/openssh/sshconnect2.c
1933
debug2("userauth_kbdint");
crypto/openssh/sshconnect2.c
2306
debug2("Unrecognized authentication method name: %s", name ? name : "NULL");
crypto/openssh/sshconnect2.c
503
debug2("service_accept: %s", reply);
crypto/openssh/sshconnect2.c
506
debug2("buggy server: service_accept w/o service");
crypto/openssh/sshconnect2.c
555
debug2("we sent a %s packet, wait for reply", method->name);
crypto/openssh/sshconnect2.c
558
debug2("we did not send a packet, disable method");
crypto/openssh/sshd-session.c
317
debug2("Network child is on pid %ld", (long)pid);