diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index 95d104674..f81eaff47 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -46,7 +46,11 @@ typedef struct { | |||
46 | int challenge_response_authentication; | 46 | int challenge_response_authentication; |
47 | /* Try S/Key or TIS, authentication. */ | 47 | /* Try S/Key or TIS, authentication. */ |
48 | int gss_authentication; /* Try GSS authentication */ | 48 | int gss_authentication; /* Try GSS authentication */ |
49 | int gss_keyex; /* Try GSS key exchange */ | ||
49 | int gss_deleg_creds; /* Delegate GSS credentials */ | 50 | int gss_deleg_creds; /* Delegate GSS credentials */ |
51 | int gss_trust_dns; /* Trust DNS for GSS canonicalization */ | ||
52 | int gss_renewal_rekey; /* Credential renewal forces rekey */ | ||
53 | char *gss_client_identity; /* Principal to initiate GSSAPI with */ | ||
50 | int password_authentication; /* Try password | 54 | int password_authentication; /* Try password |
51 | * authentication. */ | 55 | * authentication. */ |
52 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 56 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |