Searched refs:active_ktype (Results 1 – 1 of 1) sorted by relevance
332 const char *active_ktype; member443 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()2148 if (authctxt->active_ktype == NULL) in userauth_hostbased()2149 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()2150 if (authctxt->active_ktype == NULL || in userauth_hostbased()2151 *authctxt->active_ktype == '\0') in userauth_hostbased()2153 debug3_f("trying key type %s", authctxt->active_ktype); in userauth_hostbased()2163 authctxt->active_ktype)) in userauth_hostbased()2174 authctxt->active_ktype = NULL; in userauth_hostbased()2179 authctxt->active_ktype = NULL; in userauth_hostbased()[all …]