Add "-s" option to Unix plink too.
[sgt/putty] / unix / plink.1
1 .TH plink 1
2 .SH NAME
3 plink \- 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
9 The command-line options supported by \fIplink\fP are:
10 .IP "\fB-v\fR"
11 Show verbose messages.
12 .IP "\fB-load\fR \fIsession\fR"
13 Load settings from saved session.
14 .IP "\fB-ssh\fR"
15 Force use of SSH protocol (default).
16 .IP "\fB-telnet\fR"
17 Force use of Telnet protocol.
18 .IP "\fB-rlogin\fR"
19 Force use of rlogin protocol.
20 .IP "\fB-raw\fR"
21 Force raw mode.
22 .IP "\fB-P\fR \fIport\fR"
23 Connect to port \fIport\fR.
24 .IP "\fB-l\fR \fIuser\fR"
25 Set remote username to \fIuser\fR.
26 .IP "\fB-m\fR \fIpath\fR"
27 Read remote command(s) from file \fIpath\fR.
28 .IP "\fB-batch\fR"
29 Disable interactive prompts.
30 .IP "\fB-pw\fR \fIpassword\fR"
31 Set remote password to \fIpassword\fR.
32 .IP "\fB-L\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
33 Forward the local port to a remote address.
34 .IP "\fB-L\fR \fIlisten\fB:\fIhost\fB:\fIport\fR"
35 Forward the a remote port to a local address.
36 .IP "\fB-X\fR"
37 Enable X11 forwarding.
38 .IP "\fB-x\fR"
39 Disable X11 forwarding (default).
40 .IP "\fB-A\fR"
41 Enable agent forwarding.
42 .IP "\fB-x\fR"
43 Disable agent forwarding.
44 .IP "\fB-T\fR"
45 Enable pty allocation (default if a command is NOT specified).
46 .IP "\fB-t\fR"
47 Disable pty allocation (default if a command is specified).
48 .IP "\fB-1\fR"
49 Force use of SSH protocol version 1.
50 .IP "\fB-2\fR"
51 Force use of SSH protocol version 2.
52 .IP "\fB-C\fR"
53 Enable compression.
54 .IP "\fB-i\fR \fIpath\fR"
55 Private key file for authentication.
56 .IP "\fB-s\fR"
57 Remote command is SSH subsystem (SSH-2 only).