diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index 47c7aef4e..10067f117 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -44,7 +44,9 @@ typedef struct { | |||
44 | int challenge_response_authentication; | 44 | int challenge_response_authentication; |
45 | /* Try S/Key or TIS, authentication. */ | 45 | /* Try S/Key or TIS, authentication. */ |
46 | int gss_authentication; /* Try GSS authentication */ | 46 | int gss_authentication; /* Try GSS authentication */ |
47 | int gss_keyex; /* Try GSS key exchange */ | ||
47 | int gss_deleg_creds; /* Delegate GSS credentials */ | 48 | int gss_deleg_creds; /* Delegate GSS credentials */ |
49 | int gss_trust_dns; /* Trust DNS for GSS canonicalization */ | ||
48 | int password_authentication; /* Try password | 50 | int password_authentication; /* Try password |
49 | * authentication. */ | 51 | * authentication. */ |
50 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 52 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |