X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/05bea829b8868f5db4ac048897e944ed05dfc457..0ed48730a1c7c81cf93a49ce61541461d7df5a58:/putty.h diff --git a/putty.h b/putty.h index 780b4eb4..827f449c 100644 --- 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];