Make keyboard-interactive authentication configurable off. (This is
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index cee5ae9..ada0858 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -252,6 +252,7 @@ typedef struct {
     int sshprot;                      /* use v1 or v2 when both available */
     int buggymac;                     /* MAC bug commmercial <=v2.3.x SSH2 */
     int try_tis_auth;
+    int try_ki_auth;
     int ssh_subsys;                   /* run a subsystem rather than a command */
     int ssh_subsys2;                  /* fallback to go with remote_cmd2 */
     /* Telnet options */