Searched refs:auth_methods (Results 1 – 1 of 1) sorted by relevance
75 int auth_methods; in libssh_authentication() local83 auth_methods = ssh_userauth_list(libssh->session, NULL); in libssh_authentication()85 if (auth_methods & SSH_AUTH_METHOD_PUBLICKEY) { in libssh_authentication()106 if (!authorized && password && (auth_methods & SSH_AUTH_METHOD_PASSWORD)) { in libssh_authentication()