1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Tart up, fix outright lies, mention web docs

[originally from svn r3886]
This commit is contained in:
Jacob Nevins 2004-02-22 14:37:54 +00:00
parent d186c31c29
commit a5ea485d0f

View File

@ -1,6 +1,6 @@
.TH plink 1 .TH plink 1
.SH NAME .SH NAME
plink \- mumble plink \- PuTTY link, command line network connection tool
.SH SYNOPSIS .SH SYNOPSIS
\fBplink\fR [\fIoptions\fR] [\fIuser\fB@\fR]\fIhost\fR [\fIcommand\fR] \fBplink\fR [\fIoptions\fR] [\fIuser\fB@\fR]\fIhost\fR [\fIcommand\fR]
.SH DESCRIPTION .SH DESCRIPTION
@ -24,7 +24,7 @@ Connect to port \fIport\fR.
.IP "\fB-l\fR \fIuser\fR" .IP "\fB-l\fR \fIuser\fR"
Set remote username to \fIuser\fR. Set remote username to \fIuser\fR.
.IP "\fB-m\fR \fIpath\fR" .IP "\fB-m\fR \fIpath\fR"
Read remote command(s) from file \fIpath\fR. Read remote command(s) from local file \fIpath\fR.
.IP "\fB-batch\fR" .IP "\fB-batch\fR"
Disable interactive prompts. Disable interactive prompts.
.IP "\fB-pw\fR \fIpassword\fR" .IP "\fB-pw\fR \fIpassword\fR"
@ -41,21 +41,27 @@ Enable X11 forwarding.
Disable X11 forwarding (default). Disable X11 forwarding (default).
.IP "\fB-A\fR" .IP "\fB-A\fR"
Enable agent forwarding. Enable agent forwarding.
.IP "\fB-x\fR" .IP "\fB-a\fR"
Disable agent forwarding. Disable agent forwarding (default).
.IP "\fB-T\fR"
Enable pty allocation (default if a command is NOT specified).
.IP "\fB-t\fR" .IP "\fB-t\fR"
Enable pty allocation (default if a command is NOT specified).
.IP "\fB-T\fR"
Disable pty allocation (default if a command is specified). Disable pty allocation (default if a command is specified).
.IP "\fB-1\fR" .IP "\fB-1\fR"
Force use of SSH protocol version 1. Force use of SSH protocol version 1.
.IP "\fB-2\fR" .IP "\fB-2\fR"
Force use of SSH protocol version 2. Force use of SSH protocol version 2.
.IP "\fB-C\fR" .IP "\fB-C\fR"
Enable compression. Enable SSH compression.
.IP "\fB-i\fR \fIpath\fR" .IP "\fB-i\fR \fIpath\fR"
Private key file for authentication. Private key file for authentication.
.IP "\fB-s\fR" .IP "\fB-s\fR"
Remote command is SSH subsystem (SSH-2 only). Remote command is SSH subsystem (SSH-2 only).
.SH MORE INFORMATION
For more information on plink, it's probably best to go and look at
the manual on the PuTTY web page:
\fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
.SH BUGS .SH BUGS
This man page isn't terribly complete. This man page isn't terribly complete. See the above web link for
better documentation.