Home
last modified time | relevance | path

Searched refs:ssh_error (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/libssh/libssh-0.9.6/tests/
H A Dtorture_cmocka.c35 char ssh_error[1024] = {0}; in _assert_ssh_return_code() local
38 snprintf(ssh_error, in _assert_ssh_return_code()
43 snprintf(ssh_error, in _assert_ssh_return_code()
49 ssh_error, in _assert_ssh_return_code()
60 char ssh_error[1024] = {0}; in _assert_ssh_return_code_equal() local
63 snprintf(ssh_error, in _assert_ssh_return_code_equal()
68 snprintf(ssh_error, in _assert_ssh_return_code_equal()
74 ssh_error, in _assert_ssh_return_code_equal()
88 snprintf(ssh_error, in _assert_ssh_return_code_not_equal()
93 snprintf(ssh_error, in _assert_ssh_return_code_not_equal()
[all …]
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsshconnect.c304 ssh_error("socket: %s", strerror(errno));
342 ssh_error("bind: %s: %s", options.bind_address,
478 ssh_error("ssh_connect: getnameinfo failed");
508 ssh_error("ssh: connect to host %s port %s: %s",
739 ssh_error("%s", reason);
1064 ssh_error("impersonate this host.");
1108 ssh_error("Offending key for IP in %s:%lu",
1293 ssh_error("Host key %s %s revoked by file %s",
1299 ssh_error("Error checking host key %s %s in "
1328 ssh_error("Update the SSHFP RR in DNS "
[all …]
H A Dkey.c102 ssh_error("%s: %s", __func__, ssh_err(r)); in key_from_blob()
121 ssh_error("%s: %s", __func__, ssh_err(r)); in key_to_blob()
148 ssh_error("%s: %s", __func__, ssh_err(r)); in key_sign()
169 ssh_error("%s: %s", __func__, ssh_err(r)); in key_verify()
193 ssh_error("%s: %s", __func__, ssh_err(r)); in key_to_certified()
206 ssh_error("%s: %s", __func__, ssh_err(r)); in key_drop_cert()
219 ssh_error("%s: %s", __func__, ssh_err(r)); in key_certify()
234 ssh_error("%s: %s", __func__, ssh_err(r)); in key_cert_check_authority()
248 ssh_error("%s: %s", __func__, ssh_err(r)); in key_ec_validate_public()
261 ssh_error("%s: %s", __func__, ssh_err(r)); in key_ec_validate_private()
[all …]
H A Ddh.c74 ssh_error("moduli:%d: type is not %d", linenum, MODULI_TYPE_SAFE); in parse_prime()
84 ssh_error("moduli:%d: invalid moduli tests flag", linenum); in parse_prime()
92 ssh_error("moduli:%d: invalid primality trial count", linenum); in parse_prime()
99 ssh_error("moduli:%d: invalid prime length", linenum); in parse_prime()
110 ssh_error("moduli:%d: truncated", linenum); in parse_prime()
116 ssh_error("parse_prime: BN_new failed"); in parse_prime()
120 ssh_error("moduli:%d: could not parse generator value", linenum); in parse_prime()
124 ssh_error("moduli:%d: could not parse prime value", linenum); in parse_prime()
128 ssh_error("moduli:%d: prime has wrong size: actual %d listed %d", in parse_prime()
133 ssh_error("moduli:%d: generator is invalid", linenum); in parse_prime()
[all …]
H A Dbufaux.c34 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_short_ret()
57 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_int_ret()
80 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_int64_ret()
132 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_string_ret()
158 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_cstring_ret()
184 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_string_ptr_ret()
226 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_char_ret()
H A Dbufbn.c38 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_put_bignum_ret()
57 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_bignum_ret()
77 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_put_bignum2_ret()
96 ssh_error("%s: %s", __func__, ssh_err(ret)); in buffer_get_bignum2_ret()
H A Daddrmatch.c405 ssh_error("Inconsistent mask length for "
456 ssh_error("%s: empty entry in list \"%.100s\"",
470 ssh_error("%s: list entry \"%.100s\" too long",
477 ssh_error("%s: list entry \"%.100s\" contains invalid "
485 ssh_error("Invalid network entry \"%.100s\"", cp);
489 ssh_error("Inconsistent mask length for "
H A Dmisc.c95 ssh_error("fcntl(%d, F_GETFL, 0): %s", fd, strerror(errno));
121 ssh_error("fcntl(%d, F_GETFL, 0): %s", fd, strerror(errno));
168 ssh_error("setsockopt TCP_NODELAY: %.100s", strerror(errno)); in set_nodelay()
736 ssh_error("Tunnel interfaces are not supported on this platform"); in tun_open()
1106 ssh_error("socket: %.100s", strerror(errno)); in unix_listener()
1112 ssh_error("unlink(%s): %.100s", path, strerror(errno)); in unix_listener()
1116 ssh_error("bind: %.100s", strerror(errno)); in unix_listener()
1118 ssh_error("%s: cannot bind to path: %s", __func__, path); in unix_listener()
1124 ssh_error("listen: %.100s", strerror(errno)); in unix_listener()
1127 ssh_error("%s: cannot listen on path: %s", __func__, path); in unix_listener()
[all …]
H A Dsshconnect2.c611 ssh_error("input_userauth_pk_ok: type mismatch "
907 ssh_error("Permission denied, please try again.");
1513 ssh_error("%s: pipe: %s", __func__, strerror(errno));
1517 ssh_error("%s: pipe: %s", __func__, strerror(errno));
1563 ssh_error("%s: no reply", __func__);
1570 ssh_error("%s: waitpid %ld: %s",
1576 ssh_error("%s: exited abnormally", __func__);
1580 ssh_error("%s: exited with status %d",
1589 ssh_error("%s: bad version", __func__);
1689 ssh_error("%s: sshbuf_new failed", __func__);
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/transports/
H A Dssh.c52 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
117 ssh_error(s->session, "SSH could not execute request"); in send_command()
143 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
157 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
190 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
338 ssh_error(session, "error authenticating"); in ssh_agent_auth()
432 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
497 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
642 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
788 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
665 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
807 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/transports/
H A Dssh.c52 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
117 ssh_error(s->session, "SSH could not execute request"); in send_command()
143 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
157 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
190 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
338 ssh_error(session, "error authenticating"); in ssh_agent_auth()
432 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
497 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
643 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
789 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
665 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
807 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/transports/
H A Dssh.c53 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
118 ssh_error(s->session, "SSH could not execute request"); in send_command()
144 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
158 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
191 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
338 ssh_error(session, "error authenticating"); in ssh_agent_auth()
432 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
497 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
647 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
789 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
665 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
807 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
684 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
824 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/libgit2/libgit2-1.3.0/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
684 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
824 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dssh.c55 static void ssh_error(LIBSSH2_SESSION *session, const char *errmsg) in ssh_error() function
120 ssh_error(s->session, "SSH could not execute request"); in send_command()
146 ssh_error(s->session, "SSH could not read data"); in ssh_stream_read()
160 ssh_error(s->session, "SSH could not read stderr"); in ssh_stream_read()
193 ssh_error(s->session, "SSH could not write data"); in ssh_stream_write()
340 ssh_error(session, "error authenticating"); in ssh_agent_auth()
434 ssh_error(session, "Failed to authenticate SSH session"); in _git_ssh_authenticate_session()
499 ssh_error(s, "failed to start SSH session"); in _git_ssh_session_create()
702 ssh_error(session, "Failed to open SSH channel"); in _git_ssh_setup_conn()
842 ssh_error(session, "Failed to retrieve list of SSH authentication methods"); in list_auth_methods()

12