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 be30ee0e1..41f1befae 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -48,7 +48,12 @@ typedef struct { | |||
48 | int challenge_response_authentication; | 48 | int challenge_response_authentication; |
49 | /* Try S/Key or TIS, authentication. */ | 49 | /* Try S/Key or TIS, authentication. */ |
50 | int gss_authentication; /* Try GSS authentication */ | 50 | int gss_authentication; /* Try GSS authentication */ |
51 | int gss_keyex; /* Try GSS key exchange */ | ||
51 | int gss_deleg_creds; /* Delegate GSS credentials */ | 52 | int gss_deleg_creds; /* Delegate GSS credentials */ |
53 | int gss_trust_dns; /* Trust DNS for GSS canonicalization */ | ||
54 | int gss_renewal_rekey; /* Credential renewal forces rekey */ | ||
55 | char *gss_client_identity; /* Principal to initiate GSSAPI with */ | ||
56 | char *gss_server_identity; /* GSSAPI target principal */ | ||
52 | int password_authentication; /* Try password | 57 | int password_authentication; /* Try password |
53 | * authentication. */ | 58 | * authentication. */ |
54 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 59 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |