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

Document -ssh-connection (and -ssh) options.

This commit is contained in:
Jacob Nevins
2021-04-19 15:57:13 +01:00
parent ef26ecd81c
commit a0a985957f
9 changed files with 43 additions and 4 deletions

View File

@ -143,7 +143,7 @@ static void usage(void)
printf(" -X -x enable / disable X11 forwarding\n");
printf(" -A -a enable / disable agent forwarding\n");
printf(" -t -T enable / disable pty allocation\n");
printf(" -1 -2 force use of particular protocol version\n");
printf(" -1 -2 force use of particular SSH protocol version\n");
printf(" -4 -6 force use of IPv4 or IPv6\n");
printf(" -C enable compression\n");
printf(" -i key private key file for user authentication\n");