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