Home
last modified time | relevance | path

Searched defs:cauthmethod (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshconnect2.c279 struct cauthmethod { struct
280 char *name; /* string to compare against server's list */
281 int (*userauth)(Authctxt *authctxt);
282 void (*cleanup)(Authctxt *authctxt);
283 int *enabled; /* flag in option struct that enables method */
284 int *batch_flag; /* flag in option struct that disables method */