comparison dbclient.1 @ 597:a415c5b71420

Mention -L/-R listenaddress argument in manpage
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Feb 2011 14:18:13 +0000
parents 52d7301e46bd
children 4b47ff154ff6
comparison
equal deleted inserted replaced
596:e001bd424f12 597:a415c5b71420
34 Identity file. 34 Identity file.
35 Read the identity from file 35 Read the identity from file
36 .I idfile 36 .I idfile
37 (multiple allowed). 37 (multiple allowed).
38 .TP 38 .TP
39 .B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR 39 .B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
40 Local port forwarding. 40 Local port forwarding.
41 Forward the port 41 Forward the port
42 .I listenport 42 .I listenport
43 on the local host through the SSH connection to port 43 on the local host through the SSH connection to port
44 .I port 44 .I port
45 on the host 45 on the host
46 .IR host . 46 .IR host .
47 .TP 47 .TP
48 .B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR 48 .B \-R [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR
49 Remote port forwarding. 49 Remote port forwarding.
50 Forward the port 50 Forward the port
51 .I listenport 51 .I listenport
52 on the remote host through the SSH connection to port 52 on the remote host through the SSH connection to port
53 .I port 53 .I port