AUTH_OTP
#define AUTH_OTP (1 << 1) /* passwords are one-time */
static enum { NONE = 0, AUTH_KRB5 = 2, AUTH_OTP = 3 } auth;