Searched refs:ssh_session (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssh.h134 LIBSSH2_SESSION *ssh_session; /* Secure Shell session */ member in struct:ssh_conn
H A Dssh.c520 const char *remotekey = libssh2_session_hostkey(sshc->ssh_session,
665 libssh2_session_set_blocking(sshc->ssh_session, 0);
671 rc = libssh2_session_startup(sshc->ssh_session, sock);
694 fingerprint = libssh2_hostkey_hash(sshc->ssh_session,
711 host_public_key_md5 = libssh2_hostkey_hash(sshc->ssh_session,
743 sshc->authlist = libssh2_userauth_list(sshc->ssh_session,
748 if((err = libssh2_session_last_errno(sshc->ssh_session)) ==
836 rc = libssh2_userauth_publickey_fromfile_ex(sshc->ssh_session,
858 (void)libssh2_session_last_error(sshc->ssh_session,
876 rc = libssh2_userauth_password_ex(sshc->ssh_session, con
[all...]

Completed in 98 milliseconds