]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - doc/man-pl.but
bda8abd3d947ea97f4406c3805e0adc4ecab2781
[PuTTY.git] / doc / man-pl.but
1 \cfg{man-identity}{plink}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
2
3 \H{plink-manpage} Man page for Plink
4
5 \S{plink-manpage-name} NAME
6
7 \cw{plink} \- PuTTY link, command line network connection tool
8
9 \S{plink-manpage-synopsis} SYNOPSIS
10
11 \c plink [options] [user@]host [command]
12 \e bbbbb  iiiiiii   iiiib iiii  iiiiiii
13
14 \S{plink-manpage-description} DESCRIPTION
15
16 \cw{plink} is a network connection tool supporting several protocols.
17
18 \S{plink-manpage-options} OPTIONS
19
20 The command-line options supported by \cw{plink} are:
21
22 \dt \cw{-V}
23
24 \dd Show version information and exit.
25
26 \dt \cw{-pgpfp}
27
28 \dd Display the fingerprints of the PuTTY PGP Master Keys and exit,
29 to aid in verifying new files released by the PuTTY team.
30
31 \dt \cw{-v}
32
33 \dd Show verbose messages.
34
35 \dt \cw{-load} \e{session}
36
37 \dd Load settings from saved session.
38
39 \dt \cw{-ssh}
40
41 \dd Force use of SSH protocol (default).
42
43 \dt \cw{-telnet}
44
45 \dd Force use of Telnet protocol.
46
47 \dt \cw{-rlogin}
48
49 \dd Force use of rlogin protocol.
50
51 \dt \cw{-raw}
52
53 \dd Force raw mode.
54
55 \dt \cw{-serial}
56
57 \dd Force serial mode.
58
59 \dt \cw{-P} \e{port}
60
61 \dd Connect to port \e{port}.
62
63 \dt \cw{-l} \e{user}
64
65 \dd Set remote username to \e{user}.
66
67 \dt \cw{-m} \e{path}
68
69 \dd Read remote command(s) from local file \e{path}.
70
71 \dt \cw{-batch}
72
73 \dd Disable interactive prompts.
74
75 \dt \cw{-pw} \e{password}
76
77 \dd Set remote password to \e{password}. \e{CAUTION:} this will likely
78 make the password visible to other users of the local machine (via
79 commands such as \q{\c{w}}).
80
81 \dt \cw{\-L} \cw{[}\e{srcaddr}\cw{:]}\e{srcport}\cw{:}\e{desthost}\cw{:}\e{destport}
82
83 \dd Set up a local port forwarding: listen on \e{srcport} (or
84 \e{srcaddr}:\e{srcport} if specified), and forward any connections
85 over the SSH connection to the destination address
86 \e{desthost}:\e{destport}. Only works in SSH.
87
88 \dt \cw{\-R} \cw{[}\e{srcaddr}\cw{:]}\e{srcport}\cw{:}\e{desthost}\cw{:}\e{destport}
89
90 \dd Set up a remote port forwarding: ask the SSH server to listen on
91 \e{srcport} (or \e{srcaddr}:\e{srcport} if specified), and to
92 forward any connections back over the SSH connection where the
93 client will pass them on to the destination address
94 \e{desthost}:\e{destport}. Only works in SSH.
95
96 \dt \cw{\-D} [\e{srcaddr}:]\e{srcport}
97
98 \dd Set up dynamic port forwarding. The client listens on
99 \e{srcport} (or \e{srcaddr}:\e{srcport} if specified), and
100 implements a SOCKS server. So you can point SOCKS-aware applications
101 at this port and they will automatically use the SSH connection to
102 tunnel all their connections. Only works in SSH.
103
104 \dt \cw{-X}
105
106 \dd Enable X11 forwarding.
107
108 \dt \cw{-x}
109
110 \dd Disable X11 forwarding (default).
111
112 \dt \cw{-A}
113
114 \dd Enable agent forwarding.
115
116 \dt \cw{-a}
117
118 \dd Disable agent forwarding (default).
119
120 \dt \cw{-t}
121
122 \dd Enable pty allocation (default if a command is NOT specified).
123
124 \dt \cw{-T}
125
126 \dd Disable pty allocation (default if a command is specified).
127
128 \dt \cw{-1}
129
130 \dd Force use of SSH protocol version 1.
131
132 \dt \cw{-2}
133
134 \dd Force use of SSH protocol version 2.
135
136 \dt \cw{-C}
137
138 \dd Enable SSH compression.
139
140 \dt \cw{-i} \e{keyfile}
141
142 \dd Private key file for user authentication. For SSH-2 keys, this key
143 file must be in PuTTY's PPK format, not OpenSSH's format or anyone
144 else's.
145
146 \lcont{ If you are using an authentication agent, you can also specify
147 a \e{public} key here (in RFC 4716 or OpenSSH format), to identify
148 which of the agent's keys to use. }
149
150 \dt \cw{\-hostkey} \e{key}
151
152 \dd Specify an acceptable host public key. This option may be specified
153 multiple times; each key can be either a fingerprint (\cw{99:aa:bb:...}) or
154 a base64-encoded blob in OpenSSH's one-line format.
155
156 \lcont{ Specifying this option overrides automated host key
157 management; \e{only} the key(s) specified on the command-line will be
158 accepted (unless a saved session also overrides host keys, in which
159 case those will be added to), and the host key cache will not be
160 written. }
161
162 \dt \cw{-s}
163
164 \dd Remote command is SSH subsystem (SSH-2 only).
165
166 \dt \cw{-N}
167
168 \dd Don't start a remote command or shell at all (SSH-2 only).
169
170 \dt \cw{\-sercfg} \e{configuration-string}
171
172 \dd Specify the configuration parameters for the serial port, in
173 \cw{-serial} mode. \e{configuration-string} should be a
174 comma-separated list of configuration parameters as follows:
175
176 \lcont{
177
178 \b Any single digit from 5 to 9 sets the number of data bits.
179
180 \b \cq{1}, \cq{1.5} or \cq{2} sets the number of stop bits.
181
182 \b Any other numeric string is interpreted as a baud rate.
183
184 \b A single lower-case letter specifies the parity: \cq{n} for none,
185 \cq{o} for odd, \cq{e} for even, \cq{m} for mark and \cq{s} for space.
186
187 \b A single upper-case letter specifies the flow control: \cq{N} for
188 none, \cq{X} for XON/XOFF, \cq{R} for RTS/CTS and \cq{D} for
189 DSR/DTR.
190
191 }
192
193 \dt \cw{\-sshlog} \e{logfile}
194
195 \dt \cw{\-sshrawlog} \e{logfile}
196
197 \dd For SSH connections, these options make \cw{plink} log protocol
198 details to a file. (Some of these may be sensitive, although by default
199 an effort is made to suppress obvious passwords.)
200
201 \lcont{
202 \cw{\-sshlog} logs decoded SSH packets and other events (those that
203 \cw{\-v} would print). \cw{\-sshrawlog} additionally logs the raw
204 encrypted packet data.
205 }
206
207 \S{plink-manpage-more-information} MORE INFORMATION
208
209 For more information on plink, it's probably best to go and look at
210 the manual on the PuTTY web page:
211
212 \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
213
214 \S{plink-manpage-bugs} BUGS
215
216 This man page isn't terribly complete. See the above web link for
217 better documentation.