Implement part of `ssh2-generality': introduce the ability to tell
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 780b4eb..827f449 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -358,6 +358,7 @@ struct config_tag {
     int try_ki_auth;
     int ssh_subsys;                   /* run a subsystem rather than a command */
     int ssh_subsys2;                  /* fallback to go with remote_cmd2 */
+    int ssh_no_shell;                 /* avoid running a shell */
     /* Telnet options */
     char termtype[32];
     char termspeed[32];