Searched defs:cauthmethod (Results 1 – 1 of 1) sorted by relevance
302 struct cauthmethod { struct303 char *name; /* string to compare against server's list */304 int (*userauth)(struct ssh *ssh);305 void (*cleanup)(struct ssh *ssh);306 int *enabled; /* flag in option struct that enables method */307 int *batch_flag; /* flag in option struct that disables method */