1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Extend ACL-restriction to all Windows tools.

Protecting our processes from outside interference need not be limited
to just PuTTY: there's no reason why the other SSH-speaking tools
shouldn't have the same treatment (PSFTP, PSCP, Plink), and PuTTYgen
and Pageant which handle private key material.
This commit is contained in:
Simon Tatham
2016-04-02 08:00:07 +01:00
parent b4202c917a
commit b0b5d5fbe6
9 changed files with 85 additions and 1 deletions

2
pscp.c
View File

@ -2349,6 +2349,8 @@ int psftp_main(int argc, char *argv[])
argv += i;
back = NULL;
platform_psftp_post_option_setup();
if (list) {
if (argc != 1)
usage();