]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add the missing psftp-pubkey section, shamelessly cribbed from the
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index e8cf368d58594c2bb6c27b18eb904df959fc8ebc..4302b8498213a756a2cc1e0e5c47bc38e10241ff 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 */