Searched refs:ssh_session (Results 1 – 2 of 2) sorted by relevance
524 const char *remotekey = libssh2_session_hostkey(sshc->ssh_session, in ssh_knownhost()656 const char *fingerprint = libssh2_hostkey_hash(sshc->ssh_session, in ssh_check_fingerprint()722 libssh2_session_set_blocking(sshc->ssh_session, 0); in ssh_statemach_act()728 rc = libssh2_session_startup(sshc->ssh_session, (int)sock); in ssh_statemach_act()765 sshc->authlist = libssh2_userauth_list(sshc->ssh_session, in ssh_statemach_act()770 if(libssh2_userauth_authenticated(sshc->ssh_session)) { in ssh_statemach_act()776 else if((err = libssh2_session_last_errno(sshc->ssh_session)) == in ssh_statemach_act()885 rc = libssh2_userauth_publickey_fromfile_ex(sshc->ssh_session, in ssh_statemach_act()905 (void)libssh2_session_last_error(sshc->ssh_session, in ssh_statemach_act()923 rc = libssh2_userauth_password_ex(sshc->ssh_session, conn->user, in ssh_statemach_act()[all …]
139 LIBSSH2_SESSION *ssh_session; /* Secure Shell session */ member