1
0
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:
Ion Gaztañaga
2017-07-06 10:18:27 +02:00
committed by Simon Tatham
parent 0e2955ffbf
commit 309c3dfd95
5 changed files with 49 additions and 1 deletions

View File

@ -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");