`portfwd-loopback-choice' was not consistently documented.
[u/mdw/putty] / unix / plink.1
CommitLineData
88e6bcab 1.TH plink 1
2.SH NAME
3plink \- mumble
4.SH SYNOPSIS
5\fBplink\fR [\fIoptions\fR] [\fIuser\fB@\fR]\fIhost\fR [\fIcommand\fR]
6.SH DESCRIPTION
7\fBplink\fR is a network connection tool supporting several protocols.
8.SH OPTIONS
9The command-line options supported by \fIplink\fP are:
10.IP "\fB-v\fR"
11Show verbose messages.
12.IP "\fB-load\fR \fIsession\fR"
13Load settings from saved session.
14.IP "\fB-ssh\fR"
15Force use of SSH protocol (default).
16.IP "\fB-telnet\fR"
17Force use of Telnet protocol.
18.IP "\fB-rlogin\fR"
19Force use of rlogin protocol.
20.IP "\fB-raw\fR"
21Force raw mode.
22.IP "\fB-P\fR \fIport\fR"
23Connect to port \fIport\fR.
24.IP "\fB-l\fR \fIuser\fR"
25Set remote username to \fIuser\fR.
26.IP "\fB-m\fR \fIpath\fR"
27Read remote command(s) from file \fIpath\fR.
28.IP "\fB-batch\fR"
29Disable interactive prompts.
30.IP "\fB-pw\fR \fIpassword\fR"
31Set remote password to \fIpassword\fR.
dbe6c525 32.IP "\fB-L\fR [\fIlisten-IP\fB:\fR]\fIlisten\fB:\fIhost\fB:\fIport\fR"
88e6bcab 33Forward the local port to a remote address.
dbe6c525 34.IP "\fB-R\fR [\fIlisten-IP\fB:\fR]\fIlisten\fB:\fIhost\fB:\fIport\fR"
88e6bcab 35Forward the a remote port to a local address.
dbe6c525 36.IP "\fB-D\fR [\fIlisten-IP\fB:\fR]\fIlisten-port\fR"
e6582230 37Dynamic port forwarding: start a SOCKS server on \fIlisten-port\fR.
88e6bcab 38.IP "\fB-X\fR"
39Enable X11 forwarding.
40.IP "\fB-x\fR"
41Disable X11 forwarding (default).
42.IP "\fB-A\fR"
43Enable agent forwarding.
44.IP "\fB-x\fR"
45Disable agent forwarding.
46.IP "\fB-T\fR"
47Enable pty allocation (default if a command is NOT specified).
48.IP "\fB-t\fR"
49Disable pty allocation (default if a command is specified).
50.IP "\fB-1\fR"
51Force use of SSH protocol version 1.
52.IP "\fB-2\fR"
53Force use of SSH protocol version 2.
54.IP "\fB-C\fR"
55Enable compression.
56.IP "\fB-i\fR \fIpath\fR"
57Private key file for authentication.
09bdfcbb 58.IP "\fB-s\fR"
59Remote command is SSH subsystem (SSH-2 only).
e6582230 60.SH BUGS
61This man page isn't terribly complete.