diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index 8e36bf32a..0bff6d80a 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -40,7 +40,13 @@ 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 */ | ||
49 | char *gss_kex_algorithms; /* GSSAPI kex methods to be offered by client. */ | ||
44 | int password_authentication; /* Try password | 50 | int password_authentication; /* Try password |
45 | * authentication. */ | 51 | * authentication. */ |
46 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 52 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |