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