X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/05bea829b8868f5db4ac048897e944ed05dfc457..0ed48730a1c7c81cf93a49ce61541461d7df5a58:/cmdline.c diff --git a/cmdline.c b/cmdline.c index 29456a1f..82cd4f86 100644 --- a/cmdline.c +++ b/cmdline.c @@ -314,6 +314,13 @@ int cmdline_process_param(char *p, char *value, int need_save, Config *cfg) cfg->nopty = 1; } + if (!strcmp(p, "-N")) { + RETURN(1); + UNAVAILABLE_IN(TOOLTYPE_FILETRANSFER | TOOLTYPE_NONNETWORK); + SAVEABLE(0); + cfg->ssh_no_shell = 1; + } + if (!strcmp(p, "-C")) { RETURN(1); UNAVAILABLE_IN(TOOLTYPE_NONNETWORK);