X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/88e6bcab6b635393eddd41a20eecb248302165ab..a4f1d55c1d1e4e35e43fb8fe8d13a3b665b6405c:/unix/plink.1?ds=sidebyside diff --git a/unix/plink.1 b/unix/plink.1 index 92c46937..a8b8fc33 100644 --- a/unix/plink.1 +++ b/unix/plink.1 @@ -29,10 +29,12 @@ 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-L\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-IP\fB:\fR]\fIlisten-port\fR" +Dynamic port forwarding: start a SOCKS server on \fIlisten-port\fR. .IP "\fB-X\fR" Enable X11 forwarding. .IP "\fB-x\fR" @@ -53,3 +55,7 @@ Force use of SSH protocol version 2. Enable compression. .IP "\fB-i\fR \fIpath\fR" Private key file for authentication. +.IP "\fB-s\fR" +Remote command is SSH subsystem (SSH-2 only). +.SH BUGS +This man page isn't terribly complete.