summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h
index d484f258e..a7d9200b5 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. */
@@ -56,6 +58,7 @@ typedef struct {
56 int compression_level; /* Compression level 1 (fast) to 9 58 int compression_level; /* Compression level 1 (fast) to 9
57 * (best). */ 59 * (best). */
58 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ 60 int tcp_keep_alive; /* Set SO_KEEPALIVE. */
61 int setuptimeout; /* timeout in the protocol banner exchange */
59 LogLevel log_level; /* Level for logging. */ 62 LogLevel log_level; /* Level for logging. */
60 63
61 int port; /* Port to connect. */ 64 int port; /* Port to connect. */