regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
147
error_f("libcrypto setup failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
151
error_f("fido_cred_pubkey_ptr failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
155
error_f("bad fido_cred_pubkey_len %zu",
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
162
error_f("BN_bin2bn failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
166
error_f("EC_POINT_set_affine_coordinates failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
172
error_f("bad pubkey length %zu", *pubkey_len);
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
176
error_f("malloc pubkey failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
181
error_f("EC_POINT_point2oct failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
208
error_f("sshkey_new failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
216
error_f("allocation failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
221
error_f("get_pubkey_from_cred_ecdsa failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
242
error_f("allocation failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
271
error_f("fido_cred_pubkey_ptr failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
275
error_f("bad fido_cred_pubkey_len %zu",
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
281
error_f("sshkey_new failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
286
error_f("malloc failed");
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
319
error_f("key type %s not supported", sshkey_type(k));
regress/usr.bin/ssh/misc/ssh-verify-attestation/ssh-verify-attestation.c
93
error_f("unsupported format");
usr.bin/ssh/addrmatch.c
119
error_f("empty entry in list \"%.100s\"", o);
usr.bin/ssh/addrmatch.c
132
error_f("list entry \"%.100s\" too long", cp);
usr.bin/ssh/addrmatch.c
138
error_f("list entry \"%.100s\" contains invalid "
usr.bin/ssh/auth-options.c
81
error_f("sshbuf_fromb failed");
usr.bin/ssh/auth2-hostbased.c
100
error_f("key type mismatch for decoded key "
usr.bin/ssh/auth2-hostbased.c
95
error_f("cannot decode key: %s", pkalg);
usr.bin/ssh/auth2-pubkey.c
147
error_f("cannot decode key: %s", pkalg);
usr.bin/ssh/auth2-pubkey.c
152
error_f("key type mismatch for decoded key "
usr.bin/ssh/auth2-pubkey.c
428
error_f("sshkey_fingerprint failed");
usr.bin/ssh/auth2-pubkey.c
433
error_f("sshkey_fingerprint failed");
usr.bin/ssh/auth2-pubkey.c
694
error_f("sshkey_fingerprint failed");
usr.bin/ssh/canohost.c
67
error_f("getnameinfo %d failed: %s",
usr.bin/ssh/channels.c
2551
error_f("accept: %s", strerror(errno));
usr.bin/ssh/channels.c
2558
error_f("getpeereid failed: %s", strerror(errno));
usr.bin/ssh/channels.c
3204
error_f("short message");
usr.bin/ssh/channels.c
3219
error_f("alloc");
usr.bin/ssh/channels.c
3246
error_f("alloc");
usr.bin/ssh/channels.c
3270
error_f("alloc");
usr.bin/ssh/channels.c
3278
error_f("unsupported request %s", ctype);
usr.bin/ssh/channels.c
3288
error_f("tcpip-forward for %s: bad port %u",
usr.bin/ssh/channels.c
3374
error_f("alloc reply");
usr.bin/ssh/channels.c
3380
error_f("no packet");
usr.bin/ssh/channels.c
3893
error_f("getaddrinfo(%.64s): %s", addr,
usr.bin/ssh/channels.c
3925
error_f("getnameinfo failed");
usr.bin/ssh/channels.c
3989
error_f("cannot listen to port: %d", fwd->listen_port);
usr.bin/ssh/channels.c
4032
error_f("unexpected channel type %d", type);
usr.bin/ssh/channels.c
4166
error_f("no path specified.");
usr.bin/ssh/channels.c
4648
error_f("getnameinfo failed");
usr.bin/ssh/clientloop.c
1550
error_f("bsigset setup: %s", strerror(errno));
usr.bin/ssh/clientloop.c
1589
error_f("bsigset sigprocmask: %s", strerror(errno));
usr.bin/ssh/clientloop.c
1604
error_f("osigset sigprocmask: %s", strerror(errno));
usr.bin/ssh/clientloop.c
1733
error_f("invalid listen port");
usr.bin/ssh/clientloop.c
1735
error_f("invalid originator port");
usr.bin/ssh/clientloop.c
1744
error_f("alloc reply");
usr.bin/ssh/clientloop.c
2331
error_f("known hosts file %s "
usr.bin/ssh/clientloop.c
2435
error_f("protocol error");
usr.bin/ssh/clientloop.c
2506
error_f("received duplicated %s host key",
usr.bin/ssh/clientloop.c
323
error_f("display name too long");
usr.bin/ssh/clientloop.c
338
error_f("mkdtemp: %s", strerror(errno));
usr.bin/ssh/clientloop.c
345
error_f("xauthfile path too long");
usr.bin/ssh/dh.c
250
error_f("BN_new failed");
usr.bin/ssh/dns.c
331
error_f("unsupported algorithm and/or digest_type");
usr.bin/ssh/hostfile.c
446
error_f("host_hash failed");
usr.bin/ssh/hostfile.c
488
error_f("fwrite: %s", strerror(errno));
usr.bin/ssh/hostfile.c
652
error_f("mkstemp: %s", strerror(oerrno));
usr.bin/ssh/hostfile.c
659
error_f("fdopen: %s", strerror(oerrno));
usr.bin/ssh/hostfile.c
721
error_f("unlink %.100s: %s", back, strerror(errno));
usr.bin/ssh/hostfile.c
727
error_f("link %.100s to %.100s: %s", filename,
usr.bin/ssh/hostfile.c
734
error_f("rename \"%s\" to \"%s\": %s", temp,
usr.bin/ssh/hostfile.c
742
error_f("unlink \"%s\": %s", temp, strerror(errno));
usr.bin/ssh/hostfile.c
899
error_f("sshkey_new failed");
usr.bin/ssh/kex.c
1092
error_f("KEX hash failed");
usr.bin/ssh/kex.c
1109
error_f("KDF failed");
usr.bin/ssh/kex.c
1142
error_f("already have session ID at kex");
usr.bin/ssh/kex.c
1148
error_f("no session ID in rekex");
usr.bin/ssh/kex.c
1178
error_f("missing hostkey loader");
usr.bin/ssh/kex.c
1196
error_f("missing hostkey verifier");
usr.bin/ssh/kex.c
1233
error_f("write: %.100s", strerror(errno));
usr.bin/ssh/kex.c
1284
error_f("sshbuf_dup_string failed");
usr.bin/ssh/kex.c
1295
error_f("No SSH version received in first %u lines "
usr.bin/ssh/kex.c
1315
error_f("%s", strerror(errno));
usr.bin/ssh/kex.c
1329
error_f("read: %.100s", strerror(errno));
usr.bin/ssh/kex.c
1360
error_f("sshbuf_dup_string failed");
usr.bin/ssh/kex.c
1379
error_f("calloc failed");
usr.bin/ssh/kex.c
240
error_f("type %u seq %u", type, seq);
usr.bin/ssh/kex.c
358
error_f("send EXT_INFO");
usr.bin/ssh/kex.c
383
error_f("send EXT_INFO");
usr.bin/ssh/kex.c
433
error_f("nul byte in %s", name);
usr.bin/ssh/kex.c
550
error_f("match_filter_denylist failed");
usr.bin/ssh/kex.c
556
error_f("kex_prop2buf failed");
usr.bin/ssh/kex.c
580
error_f("no kex");
usr.bin/ssh/kex.c
589
error_f("bad kex length: %zu < %d",
usr.bin/ssh/kex.c
594
error_f("buffer error");
usr.bin/ssh/kex.c
621
error_f("no kex");
usr.bin/ssh/kex.c
673
error_f("unknown kex type %u", kex->kex_type);
usr.bin/ssh/kex.c
791
error_f("no kex");
usr.bin/ssh/kex.c
795
error_f("requested twice");
usr.bin/ssh/kex.c
810
error_f("unsupported cipher %s", name);
usr.bin/ssh/kex.c
832
error_f("unsupported MAC %s", name);
usr.bin/ssh/kex.c
857
error_f("unsupported compression scheme %s", name);
usr.bin/ssh/kex.c
874
error_f("unsupported KEX method %s", k->name);
usr.bin/ssh/kex.c
895
error_f("unsupported hostkey algorithm %s", k->hostkey_alg);
usr.bin/ssh/krl.c
1062
error_f("alloc failed");
usr.bin/ssh/krl.c
1074
error_f("unsupported KRL format version %u", format_version);
usr.bin/ssh/krl.c
676
error_f("insane bitmap gap");
usr.bin/ssh/krl.c
929
error_f("bitmap wraps u64");
usr.bin/ssh/krl.c
992
error_f("bad length");
usr.bin/ssh/misc-agent.c
116
error_f("path \"%s\" too long for Unix domain socket",
usr.bin/ssh/misc-agent.c
122
error_f("socket: %.100s", strerror(errno));
usr.bin/ssh/misc-agent.c
128
error_f("bind \"%s\": %.100s",
usr.bin/ssh/misc-agent.c
134
error_f("bind \"%s\": %.100s", path, strerror(errno));
usr.bin/ssh/misc-agent.c
138
error_f("listen \"%s\": %s", path, strerror(errno));
usr.bin/ssh/misc-agent.c
167
error_f("mkdir %s: %s", path, strerror(errno));
usr.bin/ssh/misc-agent.c
239
error_f("socket: %s", strerror(errno));
usr.bin/ssh/misc-agent.c
275
error_f("clock_gettime: %s", strerror(errno));
usr.bin/ssh/misc-agent.c
285
error_f("couldn't get hostname hash");
usr.bin/ssh/misc-agent.c
295
error_f("opendir \"%s\": %s", dirpath, strerror(errno));
usr.bin/ssh/misc-agent.c
303
error_f("stat \"%s/%s\": %s",
usr.bin/ssh/misc-agent.c
58
error_f("bad length %zu >= max %zd", len, l);
usr.bin/ssh/misc-agent.c
62
error_f("gethostname: %s", strerror(errno));
usr.bin/ssh/misc.c
1257
error_f("No such user %s", user);
usr.bin/ssh/misc.c
1261
error_f("No such uid %ld", (long)uid);
usr.bin/ssh/misc.c
1270
error_f("xasprintf failed");
usr.bin/ssh/misc.c
1274
error_f("Path too long");
usr.bin/ssh/misc.c
1349
error_f("environment variable '%s' missing "
usr.bin/ssh/misc.c
1355
error_f("zero-length environment variable");
usr.bin/ssh/misc.c
1361
error_f("env var ${%s} has no value", var);
usr.bin/ssh/misc.c
1389
error_f("invalid format");
usr.bin/ssh/misc.c
1401
error_f("unknown key %%%c", *string);
usr.bin/ssh/misc.c
1936
error_f("path \"%s\" too long for Unix domain socket", path);
usr.bin/ssh/misc.c
1944
error_f("socket: %.100s", strerror(errno));
usr.bin/ssh/misc.c
1954
error_f("cannot bind to path %s: %s", path, strerror(errno));
usr.bin/ssh/misc.c
1961
error_f("cannot listen on path %s: %s", path, strerror(errno));
usr.bin/ssh/misc.c
2706
error_f("open %s: %s", _PATH_DEVNULL,
usr.bin/ssh/misc.c
2713
error_f("dup2: %s", strerror(errno));
usr.bin/ssh/misc.c
2761
error_f("inconsistent flags");
usr.bin/ssh/misc.c
2765
error_f("inconsistent flags/output");
usr.bin/ssh/misc.c
3042
error_f("nlist failed for %s", path);
usr.bin/ssh/misc.c
3046
error_f("library %s does not contain symbol %s", path, s);
usr.bin/ssh/monitor.c
1485
error_f("fd0 %d != 0", fd0);
usr.bin/ssh/monitor_fdpass.c
120
error_f("recvmsg: %s", strerror(errno));
usr.bin/ssh/monitor_fdpass.c
125
error_f("recvmsg: expected received 1 got %zd", n);
usr.bin/ssh/monitor_fdpass.c
131
error_f("no message header");
usr.bin/ssh/monitor_fdpass.c
136
error_f("expected %d got %d", SCM_RIGHTS, cmsg->cmsg_type);
usr.bin/ssh/monitor_fdpass.c
77
error_f("sendmsg(%d): %s", fd, strerror(errno));
usr.bin/ssh/monitor_fdpass.c
82
error_f("sendmsg: expected sent 1 got %zd", n);
usr.bin/ssh/monitor_wrap.c
136
error_f("child terminated by signal %d",
usr.bin/ssh/monitor_wrap.c
141
error_f("child terminated abnormally (status=0x%x)",
usr.bin/ssh/monitor_wrap.c
195
error_f("read: %s", strerror(errno));
usr.bin/ssh/monitor_wrap.c
599
error_f("cannot allocate fds for pty");
usr.bin/ssh/msg.c
50
error_f("write: %s", strerror(errno));
usr.bin/ssh/msg.c
54
error_f("write: %s", strerror(errno));
usr.bin/ssh/msg.c
72
error_f("read header: %s", strerror(errno));
usr.bin/ssh/msg.c
77
error_f("read: bad msg_len %u", msg_len);
usr.bin/ssh/msg.c
86
error_f("read: %s", strerror(errno));
usr.bin/ssh/mux.c
1006
error_f("malformed message");
usr.bin/ssh/mux.c
1015
error_f("invalid port 0x%x", _cport);
usr.bin/ssh/mux.c
1024
error_f("failed to receive fd %d from client", i);
usr.bin/ssh/mux.c
1228
error_f("malformed message");
usr.bin/ssh/mux.c
1241
error_f("expected MUX_MSG_HELLO(0x%08x), "
usr.bin/ssh/mux.c
1257
error_f("unsupported mux message 0x%08x", type);
usr.bin/ssh/mux.c
1662
error_f("expected HELLO (%u) got %u", MUX_MSG_HELLO, type);
usr.bin/ssh/mux.c
1940
error_f("forwarding request failed: %s", e);
usr.bin/ssh/mux.c
1989
error_f("master alive request failed");
usr.bin/ssh/mux.c
2048
error_f("read from master failed: %s", strerror(errno));
usr.bin/ssh/mux.c
2075
error_f("session request failed: %s", e);
usr.bin/ssh/mux.c
2080
error_f("unexpected response from master 0x%08x", type);
usr.bin/ssh/mux.c
2217
error_f("master alive request failed");
usr.bin/ssh/mux.c
2252
error_f("read from master failed: %s", strerror(errno));
usr.bin/ssh/mux.c
2281
error_f("unexpected response from master 0x%08x", type);
usr.bin/ssh/mux.c
241
error_f("name '%.100s...' too long", env);
usr.bin/ssh/mux.c
2423
error_f("master hello exchange failed");
usr.bin/ssh/mux.c
2456
error_f("master forward request failed");
usr.bin/ssh/mux.c
2471
error_f("master cancel forward request failed");
usr.bin/ssh/mux.c
265
error_f("HELLO received twice");
usr.bin/ssh/mux.c
273
error_f("unsupported multiplexing protocol version %u "
usr.bin/ssh/mux.c
357
error_f("malformed message");
usr.bin/ssh/mux.c
374
error_f(">%d environment variables received, "
usr.bin/ssh/mux.c
395
error_f("failed to receive fd %d from client", i);
usr.bin/ssh/mux.c
445
error_f("tcgetattr: %s", strerror(errno));
usr.bin/ssh/mux.c
639
error_f("unknown channel");
usr.bin/ssh/mux.c
702
error_f("%s", failmsg);
usr.bin/ssh/mux.c
736
error_f("malformed message");
usr.bin/ssh/mux.c
901
error_f("malformed message");
usr.bin/ssh/nchan.c
407
error_f("channel %d: shutdown() failed for "
usr.bin/ssh/packet.c
293
error_f("cannot load cipher 'none'");
usr.bin/ssh/packet.c
299
error_f("could not allocate state");
usr.bin/ssh/readconf.c
3482
error_f("invalid hostname \"%s\"", tmp_host);
usr.bin/ssh/readconf.c
3486
error_f("invalid username \"%s\"", tmp_user);
usr.bin/ssh/readpass.c
250
error_f("fflush: %s", strerror(errno));
usr.bin/ssh/readpass.c
269
error_f("fork: %s", strerror(errno));
usr.bin/ssh/readpass.c
280
error_f("exec(%s): %s", askpass, strerror(errno));
usr.bin/ssh/readpass.c
57
error_f("fflush: %s", strerror(errno));
usr.bin/ssh/readpass.c
61
error_f("pipe: %s", strerror(errno));
usr.bin/ssh/readpass.c
66
error_f("fork: %s", strerror(errno));
usr.bin/ssh/servconf.c
3200
error_f("bad number of %s", what);
usr.bin/ssh/servconf.c
3204
error_f("bad number of %s", what);
usr.bin/ssh/servconf.c
3329
error_f("bad syslog facility");
usr.bin/ssh/servconf.c
3348
error_f("bad log level");
usr.bin/ssh/servconf.c
3365
error_f("bad number of ports");
usr.bin/ssh/servconf.c
3415
error_f("bad boolean");
usr.bin/ssh/servconf.c
3565
error_f("unsupported config blob version %u", version);
usr.bin/ssh/servconf.c
3608
error_f("trailing data in config blob");
usr.bin/ssh/serverloop.c
343
error_f("bsigset setup: %s", strerror(errno));
usr.bin/ssh/serverloop.c
365
error_f("bsigset sigprocmask: %s", strerror(errno));
usr.bin/ssh/serverloop.c
375
error_f("osigset sigprocmask: %s", strerror(errno));
usr.bin/ssh/serverloop.c
425
error_f("invalid target port");
usr.bin/ssh/serverloop.c
430
error_f("invalid originator port");
usr.bin/ssh/serverloop.c
476
error_f("invalid originator port");
usr.bin/ssh/serverloop.c
688
error_f("unknown host %s key", sshkey_type(key));
usr.bin/ssh/serverloop.c
697
error_f("can't retrieve hostkey %d", ndx);
usr.bin/ssh/session.c
1396
error_f("cannot allocate %d sessions",
usr.bin/ssh/session.c
1792
error_f("unsupported signal \"%s\"", signame);
usr.bin/ssh/session.c
1796
error_f("no pid for session %d", s->self);
usr.bin/ssh/session.c
1800
error_f("refusing to send signal %s to %s session",
usr.bin/ssh/session.c
1810
error_f("killpg(%ld, %d): %s", (long)s->pid,
usr.bin/ssh/session.c
1913
error_f("no session");
usr.bin/ssh/session.c
229
error_f("mkstemp: %s", strerror(errno));
usr.bin/ssh/session.c
234
error_f("write: %s", strerror(errno));
usr.bin/ssh/session.c
238
error_f("close: %s", strerror(errno));
usr.bin/ssh/session.c
358
error_f("pipe in: %.100s", strerror(errno));
usr.bin/ssh/session.c
362
error_f("pipe out: %.100s", strerror(errno));
usr.bin/ssh/session.c
368
error_f("pipe err: %.100s", strerror(errno));
usr.bin/ssh/session.c
383
error_f("socketpair #1: %.100s", strerror(errno));
usr.bin/ssh/session.c
387
error_f("socketpair #2: %.100s", strerror(errno));
usr.bin/ssh/session.c
399
error_f("fork: %.100s", strerror(errno));
usr.bin/ssh/session.c
520
error_f("dup #1: %s", strerror(errno));
usr.bin/ssh/session.c
527
error_f("dup #2: %s", strerror(errno));
usr.bin/ssh/session.c
537
error_f("fork: %.100s", strerror(errno));
usr.bin/ssh/sftp-server.c
1612
error_f("bad read or write fd");
usr.bin/ssh/sftp-server.c
1618
error_f("fstat read_fd failed: %s", strerror(errno));
usr.bin/ssh/sftp-server.c
1623
error_f("fstat write_fd failed: %s", strerror(errno));
usr.bin/ssh/sftp-server.c
1631
error_f("refusing to read/write same file: "
usr.bin/ssh/sftp-server.c
1643
error_f("read_seek failed");
usr.bin/ssh/sftp-server.c
1650
error_f("write_seek failed");
usr.bin/ssh/sftp-server.c
1665
error_f("read failed: %s", strerror(errno));
usr.bin/ssh/sftp-server.c
818
error_f("seek \"%.100s\": %s", handle_to_name(handle),
usr.bin/ssh/sftp-server.c
827
error_f("read \"%.100s\": %s", handle_to_name(handle),
usr.bin/ssh/sftp-server.c
866
error_f("seek \"%.100s\": %s", handle_to_name(handle),
usr.bin/ssh/sftp-server.c
873
error_f("write \"%.100s\": %s",
usr.bin/ssh/ssh-agent.c
1093
error_f("unsupported extensions (len %zu)", elen);
usr.bin/ssh/ssh-agent.c
1105
error_f("user match pattern too long");
usr.bin/ssh/ssh-agent.c
1158
error_f("unsupported extensions (len %zu)", elen);
usr.bin/ssh/ssh-agent.c
1169
error_f("inconsistent \"from\" specification");
usr.bin/ssh/ssh-agent.c
1174
error_f("incomplete \"to\" specification");
usr.bin/ssh/ssh-agent.c
1205
error_f("%s not valid here", ext_name);
usr.bin/ssh/ssh-agent.c
1210
error_f("%s already set", ext_name);
usr.bin/ssh/ssh-agent.c
1221
error_f("%s already set", ext_name);
usr.bin/ssh/ssh-agent.c
1231
error_f("too many %s constraints", ext_name);
usr.bin/ssh/ssh-agent.c
1244
error_f("%s not valid here", ext_name);
usr.bin/ssh/ssh-agent.c
1249
error_f("%s already set", ext_name);
usr.bin/ssh/ssh-agent.c
1261
error_f("too many %s constraints", ext_name);
usr.bin/ssh/ssh-agent.c
1274
error_f("unsupported constraint \"%s\"", ext_name);
usr.bin/ssh/ssh-agent.c
1304
error_f("lifetime already set");
usr.bin/ssh/ssh-agent.c
1317
error_f("confirm already set");
usr.bin/ssh/ssh-agent.c
1330
error_f("Unknown constraint %d", ctype);
usr.bin/ssh/ssh-agent.c
1365
error_f("failed to parse constraints");
usr.bin/ssh/ssh-agent.c
1574
error_f("failed to parse constraints");
usr.bin/ssh/ssh-agent.c
1675
error_f("pkcs11_del_provider failed");
usr.bin/ssh/ssh-agent.c
1702
error_f("session ID too long");
usr.bin/ssh/ssh-agent.c
1717
error_f("attempt to bind session ID to socket "
usr.bin/ssh/ssh-agent.c
1730
error_f("session ID recorded against different key "
usr.bin/ssh/ssh-agent.c
1742
error_f("too many session IDs recorded");
usr.bin/ssh/ssh-agent.c
2003
error_f("read error on socket %u (fd %d): %s",
usr.bin/ssh/ssh-agent.c
2034
error_f("read error on socket %u (fd %d): %s",
usr.bin/ssh/ssh-agent.c
2062
error_f("no socket for fd %d", pfd[i].fd);
usr.bin/ssh/ssh-agent.c
2506
error_f("stdfd_devnull failed");
usr.bin/ssh/ssh-agent.c
481
error_f("previous session bind failed on socket");
usr.bin/ssh/ssh-agent.c
531
error_f("tried to sign on forwarding hop");
usr.bin/ssh/ssh-agent.c
535
error_f("tried to forward though signing bind");
usr.bin/ssh/ssh-agent.c
894
error_f("unexpected session ID (%zu listed) on "
usr.bin/ssh/ssh-agent.c
906
error_f("refusing use of destination-constrained key: "
usr.bin/ssh/ssh-agent.c
913
error_f("refusing use of destination-constrained key: "
usr.bin/ssh/ssh-keygen.c
2559
error_f("buffer error");
usr.bin/ssh/ssh-keygen.c
545
error_f("remaining bytes in key blob %d", rlen);
usr.bin/ssh/ssh-pkcs11-client.c
303
error_f("private key %s doesn't match cert %s",
usr.bin/ssh/ssh-pkcs11-client.c
338
error_f("socketpair: %s", strerror(errno));
usr.bin/ssh/ssh-pkcs11-client.c
343
error_f("fork: %s", strerror(errno));
usr.bin/ssh/ssh-pkcs11.c
1062
error_f("RSA key too small %d < minimum %d",
usr.bin/ssh/ssh-pkcs11.c
1295
error_f("RSA key too small %d < minimum %d",
usr.bin/ssh/ssh-pkcs11.c
135
error_f("provider \"%s\" still valid", p->name);
usr.bin/ssh/ssh-pkcs11.c
1352
error_f("incorrect returned public key "
usr.bin/ssh/ssh-pkcs11.c
1392
error_f("sshkey_fingerprint failed");
usr.bin/ssh/ssh-pkcs11.c
1682
error_f("key generation failed: error 0x%lx", rv);
usr.bin/ssh/ssh-pkcs11.c
1774
error_f("invalid key size %lu", bits);
usr.bin/ssh/ssh-pkcs11.c
1779
error_f("invalid oid");
usr.bin/ssh/ssh-pkcs11.c
1812
error_f("key generation failed: error 0x%lx", rv);
usr.bin/ssh/ssh-pkcs11.c
556
error_f("no key found");
usr.bin/ssh/ssh-pkcs11.c
645
error_f("no key found");
usr.bin/ssh/ssh-pkcs11.c
682
error_f("bad signature length: %lu", (u_long)slen);
usr.bin/ssh/ssh-pkcs11.c
729
error_f("no key found");
usr.bin/ssh/ssh-pkcs11.c
755
error_f("bad signature length: %lu", (u_long)slen);
usr.bin/ssh/ssh-pkcs11.c
88
error_f("%s", msg);
usr.bin/ssh/ssh-pkcs11.c
90
error_f("libcrypto error: %s", ERR_error_string(e, NULL));
usr.bin/ssh/ssh-sk-client.c
115
error_f("%s", execbuf);
usr.bin/ssh/ssh-sk-client.c
141
error_f("waitpid: %s", strerror(errno));
usr.bin/ssh/ssh-sk-client.c
146
error_f("helper exited abnormally");
usr.bin/ssh/ssh-sk-client.c
149
error_f("helper exited with non-zero exit status");
usr.bin/ssh/ssh-sk-client.c
195
error_f("unsupported version: got %u, expected %u",
usr.bin/ssh/ssh-sk-client.c
217
error_f("helper returned incorrect message type %u, "
usr.bin/ssh/ssh-sk-client.c
285
error_f("trailing data in response");
usr.bin/ssh/ssh-sk-client.c
351
error_f("trailing data in response");
usr.bin/ssh/ssh-sk-client.c
449
error_f("calloc failed");
usr.bin/ssh/ssh-sk-client.c
461
error_f("recallocarray keys failed");
usr.bin/ssh/ssh-sk.c
103
error_f("calloc failed");
usr.bin/ssh/ssh-sk.c
107
error_f("strdup failed");
usr.bin/ssh/ssh-sk.c
199
error_f("sshkey_new failed");
usr.bin/ssh/ssh-sk.c
208
error_f("allocation failed");
usr.bin/ssh/ssh-sk.c
229
error_f("allocation failed");
usr.bin/ssh/ssh-sk.c
234
error_f("allocation failed");
usr.bin/ssh/ssh-sk.c
239
error_f("Assigning EC_KEY failed");
usr.bin/ssh/ssh-sk.c
264
error_f("invalid size: %zu", resp->public_key_len);
usr.bin/ssh/ssh-sk.c
269
error_f("sshkey_new failed");
usr.bin/ssh/ssh-sk.c
274
error_f("malloc failed");
usr.bin/ssh/ssh-sk.c
299
error_f("sk_enroll response invalid");
usr.bin/ssh/ssh-sk.c
315
error_f("unsupported algorithm %d", alg);
usr.bin/ssh/ssh-sk.c
322
error_f("allocation failed");
usr.bin/ssh/ssh-sk.c
327
error_f("strdup application failed");
usr.bin/ssh/ssh-sk.c
387
error_f("array alloc failed");
usr.bin/ssh/ssh-sk.c
393
error_f("alloc failed");
usr.bin/ssh/ssh-sk.c
398
error_f("alloc failed");
usr.bin/ssh/ssh-sk.c
497
error_f("unsupported key type");
usr.bin/ssh/ssh-sk.c
502
error_f("missing provider");
usr.bin/ssh/ssh-sk.c
507
error_f("missing application");
usr.bin/ssh/ssh-sk.c
568
error_f("sk_sign response invalid");
usr.bin/ssh/ssh-sk.c
612
error_f("sk_sign response invalid");
usr.bin/ssh/ssh-sk.c
835
error_f("calloc failed");
usr.bin/ssh/ssh-sk.c
842
error_f("calloc failed");
usr.bin/ssh/ssh-sk.c
850
error_f("recallocarray failed");
usr.bin/ssh/ssh.c
1850
error_f("stdfd_devnull failed");
usr.bin/ssh/ssh.c
1866
error_f("stdfd_devnull failed");
usr.bin/ssh/ssh.c
2286
error_f("stdfd_devnull failed");
usr.bin/ssh/ssh.c
262
error_f("host \"%s\" cname \"%s\" too long (max %lu)",
usr.bin/ssh/ssh.c
346
error_f("host \"%s\" addr \"%s\" too long (max %lu)",
usr.bin/ssh/sshconnect.c
182
error_f("stdfd_devnull failed");
usr.bin/ssh/sshconnect.c
265
error_f("stdfd_devnull failed");
usr.bin/ssh/sshconnect.c
345
error_f("v4 addr doesn't fit");
usr.bin/ssh/sshconnect.c
359
error_f("v6 addr doesn't fit");
usr.bin/ssh/sshconnect.c
433
error_f("getnameinfo failed: %s", ssh_gai_strerror(r));
usr.bin/ssh/sshconnect.c
497
error_f("getnameinfo failed");
usr.bin/ssh/sshconnect.c
576
error_f("dup() in/out failed");
usr.bin/ssh/sshconnect2.c
1233
error_f("private key %s contents do not match public",
usr.bin/ssh/sshconnect2.c
1393
error_f("no mutual signature supported");
usr.bin/ssh/sshconnect2.c
2035
error_f("not installed: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2039
error_f("fflush: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2043
error_f("pipe: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2047
error_f("pipe: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2051
error_f("fork: %s", strerror(errno));
usr.bin/ssh/sshconnect2.c
2095
error_f("no reply");
usr.bin/ssh/sshconnect2.c
2102
error_f("waitpid %ld: %s", (long)pid, strerror(errno));
usr.bin/ssh/sshconnect2.c
2107
error_f("exited abnormally");
usr.bin/ssh/sshconnect2.c
2111
error_f("exited with status %d", WEXITSTATUS(status));
usr.bin/ssh/sshconnect2.c
2119
error_f("bad version");
usr.bin/ssh/sshconnect2.c
2194
error_f("sshkey_fingerprint failed");
usr.bin/ssh/sshconnect2.c
2203
error_f("cannot get local ipaddr/name");
usr.bin/ssh/sshconnect2.c
2213
error_f("sshbuf_new failed");
usr.bin/ssh/sshconnect2.c
726
error_f("server replied with unknown key: %s %s",
usr.bin/ssh/sshd-session.c
1240
error_f("kill(%d): %s", pmonitor->m_pid,
usr.bin/ssh/sshd.c
1009
error_f("no buffer to send");
usr.bin/ssh/sshd.c
1052
error_f("startup pipe %d (fd=%d): "
usr.bin/ssh/sshd.c
1067
error_f("startup pipe %d (fd=%d)"
usr.bin/ssh/sshd.c
1086
error_f("unexpected message 0x%02x "
usr.bin/ssh/sshd.c
432
error_f("waitpid: %s", strerror(errno));
usr.bin/ssh/sshd.c
777
error_f("write: %s", strerror(errno));
usr.bin/ssh/sshd.c
782
error_f("write: %s", strerror(errno));
usr.bin/ssh/sshlogin.c
91
error_f("lseek: %s", strerror(errno));
usr.bin/ssh/sshsig.c
115
error_f("no header eol");
usr.bin/ssh/sshsig.c
134
error_f("sshbuf_dup_string failed");
usr.bin/ssh/sshsig.c
140
error_f("sshbuf_new() failed");
usr.bin/ssh/sshsig.c
176
error_f("sshbuf_new failed");
usr.bin/ssh/sshsig.c
266
error_f("unsupported hash algorithm \"%.100s\"", hashalg);
usr.bin/ssh/sshsig.c
321
error_f("sshbuf_new failed");
usr.bin/ssh/sshsig.c
416
error_f("can't look up hash algorithm %s", hashalg);
usr.bin/ssh/sshsig.c
518
error_f("can't look up hash algorithm %s", hashalg);
usr.bin/ssh/sshsig.c
522
error_f("ssh_digest_start failed");
usr.bin/ssh/sshsig.c
530
error_f("read: %s", strerror(errno));
usr.bin/ssh/sshsig.c
55
error_f("sshbuf_new failed");
usr.bin/ssh/sshsig.c
763
error_f("strdup failed");
usr.bin/ssh/sshsig.c
783
error_f("sshkey_new failed");
usr.bin/ssh/sshsig.c
867
error_f("buffer error");
usr.bin/ssh/sshsig.c
879
error_f("buffer error");
usr.bin/ssh/sshsig.c
95
error_f("sshbuf_fromb failed");
usr.bin/ssh/ttymodes.c
328
error_f("sshbuf_from failed");