Searched defs:cauthmethod (Results 1 – 1 of 1) sorted by relevance
343 struct cauthmethod { struct344 char *name; /* string to compare against server's list */345 int (*userauth)(struct ssh *ssh);346 void (*cleanup)(struct ssh *ssh);347 int *enabled; /* flag in option struct that enables method */348 int *batch_flag; /* flag in option struct that disables method */