comparison dbclient.1 @ 330:5488db2e9e4e

merge of 332f709a4cb39cde4cedab7c3be89e05f3023067 and ca4ca78b82c5d430c69ce01bf794e8886ce81431
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Jun 2006 16:39:40 +0000
parents 1857c2c551ea
children 7319d229799a
comparison
equal deleted inserted replaced
329:8ed0dce45126 330:5488db2e9e4e
27 Identity file. 27 Identity file.
28 Read the identity from file 28 Read the identity from file
29 .I idfile 29 .I idfile
30 (multiple allowed). 30 (multiple allowed).
31 .TP 31 .TP
32 .B \-L \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR 32 .B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR
33 Local port forwarding. 33 Local port forwarding.
34 Forward the port 34 Forward the port
35 .I localport 35 .I listenport
36 on the local host to port 36 on the local host through the SSH connection to port
37 .I remoteport 37 .I port
38 on the remote host 38 on the host
39 .IR remotehost . 39 .IR host .
40 .TP 40 .TP
41 .B \-R \fIlocalport\fR:\fIremotehost\fR:\fIremoteport\fR 41 .B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR
42 Remote port forwarding. 42 Remote port forwarding.
43 Forward the port 43 Forward the port
44 .I remoteport 44 .I listenport
45 on the remote host 45 on the remote host through the SSH connection to port
46 .I remotehost 46 .I port
47 to port 47 on the host
48 .I localport 48 .IR host .
49 on the local host.
50 .TP 49 .TP
51 .B \-l \fIuser 50 .B \-l \fIuser
52 Username. 51 Username.
53 Login as 52 Login as
54 .I user 53 .I user
58 Allocate a pty. 57 Allocate a pty.
59 .TP 58 .TP
60 .B \-T 59 .B \-T
61 Don't allocate a pty. 60 Don't allocate a pty.
62 .TP 61 .TP
62 .B \-N
63 Don't request a remote shell or run any commands. Any command arguments are ignored.
64 .TP
65 .B \-f
66 Fork into the background after authentication. A command argument (or -N) is required.
67 This is useful when using password authentication.
68 .TP
63 .B \-g 69 .B \-g
64 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R 70 Allow non-local hosts to connect to forwarded ports. Applies to -L and -R
65 forwarded ports, though remote connections to -R forwarded ports may be limited 71 forwarded ports, though remote connections to -R forwarded ports may be limited
66 by the ssh server. 72 by the ssh server.
67 .SH AUTHOR 73 .SH AUTHOR