diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-06-07 16:04:14 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-06-07 16:04:14 +0000 |
commit | 64bdc502add53c7e579a68cd0d3806e8942ab67d (patch) | |
tree | a4f521b84213ebc13785e8281205b6ac7712ed5c /dbclient.1 | |
parent | c81e058bb05b274b9a88e684ffd95a03a0ac4377 (diff) |
Bring in changes from Debian 0.48.1-1
--HG--
extra : convert_revision : 3f4f459f96e821b16461b85b98a3cfd81c916786
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -29,24 +29,23 @@ Read the identity from file .I idfile (multiple allowed). .TP -.B \-L \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR +.B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR Local port forwarding. Forward the port -.I localport -on the local host to port -.I remoteport -on the remote host -.IR remotehost . +.I listenport +on the local host through the SSH connection to port +.I port +on the host +.IR host . .TP -.B \-R \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR +.B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR Remote port forwarding. Forward the port -.I remoteport -on the remote host -.I remotehost -to port -.I localport -on the local host. +.I listenport +on the remote host through the SSH connection to port +.I port +on the host +.IR host . .TP .B \-l \fIuser Username. |