diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index fc7e38251..8e4900d01 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -40,7 +40,12 @@ typedef struct { | |||
40 | int challenge_response_authentication; | 40 | int challenge_response_authentication; |
41 | /* Try S/Key or TIS, authentication. */ | 41 | /* Try S/Key or TIS, authentication. */ |
42 | int gss_authentication; /* Try GSS authentication */ | 42 | int gss_authentication; /* Try GSS authentication */ |
43 | int gss_keyex; /* Try GSS key exchange */ | ||
43 | int gss_deleg_creds; /* Delegate GSS credentials */ | 44 | int gss_deleg_creds; /* Delegate GSS credentials */ |
45 | int gss_trust_dns; /* Trust DNS for GSS canonicalization */ | ||
46 | int gss_renewal_rekey; /* Credential renewal forces rekey */ | ||
47 | char *gss_client_identity; /* Principal to initiate GSSAPI with */ | ||
48 | char *gss_server_identity; /* GSSAPI target principal */ | ||
44 | int password_authentication; /* Try password | 49 | int password_authentication; /* Try password |
45 | * authentication. */ | 50 | * authentication. */ |
46 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 51 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |