~ubuntu-branches/debian/squeeze/putty/squeeze

« back to all changes in this revision

Viewing changes to doc/plink.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-05-28 09:28:32 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080528092832-88epkb3d4s1zsw61
Tags: 0.60-3
* Move putty to Applications/Network/Communication menu sub-section.
* Use dh_desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "plink" "1" "2004-03-24" "PuTTY tool suite" "PuTTY tool suite"
2
 
.UC
3
 
.SS "NAME"
 
1
.TH "plink" "1" "2004\(hy03\(hy24" "PuTTY\ tool\ suite" "PuTTY\ tool\ suite"
 
2
.SH "NAME"
4
3
.PP
5
 
\fBplink\fP - PuTTY link, command line network connection tool
6
 
.SS "SYNOPSIS"
 
4
\fBplink\fP \(hy PuTTY link, command line network connection tool
 
5
.SH "SYNOPSIS"
7
6
.PP
8
7
.nf
9
 
\fBplink\fP [\fIoptions\fP] [\fIuser\fP\fB@\fP]\fIhost\fP [\fIcommand\fP]
 
8
\fBplink\fP\ [\fIoptions\fP]\ [\fIuser\fP\fB@\fP]\fIhost\fP\ [\fIcommand\fP]
10
9
.fi
11
 
.SS "DESCRIPTION"
 
10
.SH "DESCRIPTION"
12
11
.PP
13
12
\fBplink\fP is a network connection tool supporting several protocols.
14
 
.SS "OPTIONS"
 
13
.SH "OPTIONS"
15
14
.PP
16
15
The command-line options supported by \fBplink\fP are:
17
16
.IP "\fB-V\fP"
39
38
.IP "\fB-batch\fP"
40
39
Disable interactive prompts.
41
40
.IP "\fB-pw\fP \fIpassword\fP"
42
 
Set remote password to \fIpassword\fP. \fICAUTION:\fP this will likely make the password visible to other users of the local machine (via commands such as "\fBw\fP").
43
 
.IP "\fB-L\fP \fB[\fP\fIsrcaddr\fP\fB:]\fP\fIsrcport\fP\fB:\fP\fIdesthost\fP\fB:\fP\fIdestport\fP"
 
41
Set remote password to \fIpassword\fP. \fICAUTION:\fP this will likely make the password visible to other users of the local machine (via commands such as `\fBw\fP').
 
42
.IP "\fB\(hyL\fP \fB[\fP\fIsrcaddr\fP\fB:]\fP\fIsrcport\fP\fB:\fP\fIdesthost\fP\fB:\fP\fIdestport\fP"
44
43
Set up a local port forwarding: listen on \fIsrcport\fP (or \fIsrcaddr\fP:\fIsrcport\fP if specified), and forward any connections over the SSH connection to the destination address \fIdesthost\fP:\fIdestport\fP. Only works in SSH.
45
 
.IP "\fB-R\fP \fB[\fP\fIsrcaddr\fP\fB:]\fP\fIsrcport\fP\fB:\fP\fIdesthost\fP\fB:\fP\fIdestport\fP"
 
44
.IP "\fB\(hyR\fP \fB[\fP\fIsrcaddr\fP\fB:]\fP\fIsrcport\fP\fB:\fP\fIdesthost\fP\fB:\fP\fIdestport\fP"
46
45
Set up a remote port forwarding: ask the SSH server to listen on \fIsrcport\fP (or \fIsrcaddr\fP:\fIsrcport\fP if specified), and to forward any connections back over the SSH connection where the client will pass them on to the destination address \fIdesthost\fP:\fIdestport\fP. Only works in SSH.
47
 
.IP "\fB-D\fP [\fIsrcaddr\fP:]\fIsrcport\fP"
 
46
.IP "\fB\(hyD\fP [\fIsrcaddr\fP:]\fIsrcport\fP"
48
47
Set up dynamic port forwarding. The client listens on \fIsrcport\fP (or \fIsrcaddr\fP:\fIsrcport\fP if specified), and implements a SOCKS server. So you can point SOCKS-aware applications at this port and they will automatically use the SSH connection to tunnel all their connections. Only works in SSH.
49
48
.IP "\fB-X\fP"
50
49
Enable X11 forwarding.
70
69
Remote command is SSH subsystem (SSH-2 only).
71
70
.IP "\fB-N\fP"
72
71
Don't start a remote command or shell at all (SSH-2 only).
73
 
.SS "MORE INFORMATION"
 
72
.SH "MORE INFORMATION"
74
73
.PP
75
74
For more information on plink, it's probably best to go and look at the manual on the PuTTY web page:
76
75
.PP
77
76
\fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
78
 
.SS "BUGS"
 
77
.SH "BUGS"
79
78
.PP
80
79
This man page isn't terribly complete. See the above web link for better documentation.