Fix from Thomas Henlich for bug in dead key support. I've reproduced the
[u/mdw/putty] / unix / plink.1
CommitLineData
88e6bcab 1.TH plink 1
2.SH NAME
c31bff28 3plink \- PuTTY link, command line network connection tool
88e6bcab 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"
c31bff28 27Read remote command(s) from local file \fIpath\fR.
88e6bcab 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.
c31bff28 44.IP "\fB-a\fR"
45Disable agent forwarding (default).
88e6bcab 46.IP "\fB-t\fR"
c31bff28 47Enable pty allocation (default if a command is NOT specified).
48.IP "\fB-T\fR"
88e6bcab 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"
c31bff28 55Enable SSH compression.
88e6bcab 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).
c31bff28 60.SH MORE INFORMATION
61For more information on plink, it's probably best to go and look at
62the manual on the PuTTY web page:
63
64\fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
e6582230 65.SH BUGS
c31bff28 66This man page isn't terribly complete. See the above web link for
67better documentation.