Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshconnect2.c366 struct cauthmethod { struct
367 char *name; /* string to compare against server's list */
368 int (*userauth)(struct ssh *ssh);
369 void (*cleanup)(struct ssh *ssh);
370 int *enabled; /* flag in option struct that enables method */
371 int *batch_flag; /* flag in option struct that disables method */