mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 11:02:48 -05:00
Add -share -noshare command line option to plink to share SSL connections.
This commit is contained in:

committed by
Simon Tatham

parent
0e2955ffbf
commit
309c3dfd95
@ -579,6 +579,8 @@ static void usage(void)
|
||||
printf(" -i key private key file for user authentication\n");
|
||||
printf(" -noagent disable use of Pageant\n");
|
||||
printf(" -agent enable use of Pageant\n");
|
||||
printf(" -noshare disable use of connection sharing\n");
|
||||
printf(" -share enable use of connection sharing\n");
|
||||
printf(" -hostkey aa:bb:cc:...\n");
|
||||
printf(" manually specify a host key (may be repeated)\n");
|
||||
printf(" -m file read remote command(s) from file\n");
|
||||
|
Reference in New Issue
Block a user