Searched refs:active_ktype (Results 1 – 1 of 1) sorted by relevance
335 const char *active_ktype; member446 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()2164 if (authctxt->active_ktype == NULL) in userauth_hostbased()2165 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()2166 if (authctxt->active_ktype == NULL || in userauth_hostbased()2167 *authctxt->active_ktype == '\0') in userauth_hostbased()2169 debug3_f("trying key type %s", authctxt->active_ktype); in userauth_hostbased()2179 authctxt->active_ktype)) in userauth_hostbased()2190 authctxt->active_ktype = NULL; in userauth_hostbased()2195 authctxt->active_ktype = NULL; in userauth_hostbased()[all …]