Home
last modified time | relevance | path

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

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