mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Add -pwfile option, a more secure version of -pw.
Similarly to cmdgen's passphrase options, this replaces the password on the command line with a filename to read the password out of, which means it can't show up in 'ps' or the Windows task manager.
This commit is contained in:
@ -516,7 +516,7 @@ static void usage(void)
|
||||
printf(" -sercfg configuration-string (e.g. 19200,8,n,1,X)\n");
|
||||
printf(" Specify the serial configuration (serial only)\n");
|
||||
printf("The following options only apply to SSH connections:\n");
|
||||
printf(" -pw passw login with specified password\n");
|
||||
printf(" -pwfile file login with password read from specified file\n");
|
||||
printf(" -D [listen-IP:]listen-port\n");
|
||||
printf(" Dynamic SOCKS-based port forwarding\n");
|
||||
printf(" -L [listen-IP:]listen-port:host:port\n");
|
||||
|
Reference in New Issue
Block a user