summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h
index 5944cff93..617686f4c 100644
--- a/readconf.h
+++ b/readconf.h
@@ -47,7 +47,12 @@ typedef struct {
47 int challenge_response_authentication; 47 int challenge_response_authentication;
48 /* Try S/Key or TIS, authentication. */ 48 /* Try S/Key or TIS, authentication. */
49 int gss_authentication; /* Try GSS authentication */ 49 int gss_authentication; /* Try GSS authentication */
50 int gss_keyex; /* Try GSS key exchange */
50 int gss_deleg_creds; /* Delegate GSS credentials */ 51 int gss_deleg_creds; /* Delegate GSS credentials */
52 int gss_trust_dns; /* Trust DNS for GSS canonicalization */
53 int gss_renewal_rekey; /* Credential renewal forces rekey */
54 char *gss_client_identity; /* Principal to initiate GSSAPI with */
55 char *gss_server_identity; /* GSSAPI target principal */
51 int password_authentication; /* Try password 56 int password_authentication; /* Try password
52 * authentication. */ 57 * authentication. */
53 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 58 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */