Add "-s" option to Unix plink too.
[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.
32.IP "\fB-L\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
33Forward the local port to a remote address.
34.IP "\fB-L\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
35Forward the a remote port to a local address.
36.IP "\fB-X\fR"
37Enable X11 forwarding.
38.IP "\fB-x\fR"
39Disable X11 forwarding (default).
40.IP "\fB-A\fR"
41Enable agent forwarding.
42.IP "\fB-x\fR"
43Disable agent forwarding.
44.IP "\fB-T\fR"
45Enable pty allocation (default if a command is NOT specified).
46.IP "\fB-t\fR"
47Disable pty allocation (default if a command is specified).
48.IP "\fB-1\fR"
49Force use of SSH protocol version 1.
50.IP "\fB-2\fR"
51Force use of SSH protocol version 2.
52.IP "\fB-C\fR"
53Enable compression.
54.IP "\fB-i\fR \fIpath\fR"
55Private key file for authentication.
09bdfcbb 56.IP "\fB-s\fR"
57Remote command is SSH subsystem (SSH-2 only).