mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 11:02:48 -05:00
`portfwd-loopback-choice' was not consistently documented.
- update usage info in tools - ack, plink is over 24 lines now - update man pages for Unix version - Doc changes: - move long description from (GUI) "config" to "using" - sorry if complete specification isn't what this section is meant for, but if you only read "using" it was hard to find. - ensure enough references to this made in other sections (GUI, command-line) - update instance of plink usage info [originally from svn r3740]
This commit is contained in:
@ -29,11 +29,11 @@ Read remote command(s) from file \fIpath\fR.
|
||||
Disable interactive prompts.
|
||||
.IP "\fB-pw\fR \fIpassword\fR"
|
||||
Set remote password to \fIpassword\fR.
|
||||
.IP "\fB-L\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
|
||||
.IP "\fB-L\fR [\fIlisten-IP\fB:\fR]\fIlisten\fB:\fIhost\fB:\fIport\fR"
|
||||
Forward the local port to a remote address.
|
||||
.IP "\fB-R\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
|
||||
.IP "\fB-R\fR [\fIlisten-IP\fB:\fR]\fIlisten\fB:\fIhost\fB:\fIport\fR"
|
||||
Forward the a remote port to a local address.
|
||||
.IP "\fB-D\fR \fIlisten-port\fR"
|
||||
.IP "\fB-D\fR [\fIlisten-IP\fB:\fR]\fIlisten-port\fR"
|
||||
Dynamic port forwarding: start a SOCKS server on \fIlisten-port\fR.
|
||||
.IP "\fB-X\fR"
|
||||
Enable X11 forwarding.
|
||||
|
@ -218,11 +218,12 @@ static void usage(void)
|
||||
printf(" -batch disable all interactive prompts\n");
|
||||
printf("The following options only apply to SSH connections:\n");
|
||||
printf(" -pw passw login with specified password\n");
|
||||
printf(" -D listen-port Dynamic SOCKS-based port forwarding\n");
|
||||
printf(" -L listen-port:host:port Forward local port to "
|
||||
"remote address\n");
|
||||
printf(" -R listen-port:host:port Forward remote port to"
|
||||
" local address\n");
|
||||
printf(" -D [listen-IP:]listen-port\n");
|
||||
printf(" Dynamic SOCKS-based port forwarding\n");
|
||||
printf(" -L [listen-IP:]listen-port:host:port\n");
|
||||
printf(" Forward local port to remote address\n");
|
||||
printf(" -R [listen-IP:]listen-port:host:port\n");
|
||||
printf(" Forward remote port to local address\n");
|
||||
printf(" -X -x enable / disable X11 forwarding\n");
|
||||
printf(" -A -a enable / disable agent forwarding\n");
|
||||
printf(" -t -T enable / disable pty allocation\n");
|
||||
|
Reference in New Issue
Block a user