Disable username switching between SSH2 auth attempts, and add a
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index e8cf368..4302b84 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -251,6 +251,7 @@ typedef struct {
     int nopty;
     int compression;
     int agentfwd;
+    int change_username;              /* allow username switching in SSH2 */
     int ssh_cipherlist[CIPHER_MAX];
     char keyfile[FILENAME_MAX];
     int sshprot;                      /* use v1 or v2 when both available */