Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshconnect2.c285 struct cauthmethod { struct
286 char *name; /* string to compare against server's list */
287 int (*userauth)(Authctxt *authctxt);
288 void (*cleanup)(Authctxt *authctxt);
289 int *enabled; /* flag in option struct that enables method */
290 int *batch_flag; /* flag in option struct that disables method */