comparison dbclient.1 @ 478:d4f32c3443ac dbclient-netcat-alike

propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) to branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head d1f69334581dc4c35f9ca16aa5355074c9dd315d)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Sep 2008 06:47:51 +0000
parents d7b0c015fdc7
children d58c478bd399
comparison
equal deleted inserted replaced
296:6b41e2cbf071 478:d4f32c3443ac
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.
73 .TP
74 .B \-y
75 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
76 connection will abort as normal.
77 .TP
78 .B \-W \fIwindowsize
79 Specify the per-channel receive window buffer size. Increasing this
80 may improve network performance at the expense of memory use. Use -h to see the
81 default buffer size.
82 .TP
83 .B \-K \fItimeout_seconds
84 Ensure that traffic is transmitted at a certain interval in seconds. This is
85 useful for working around firewalls or routers that drop connections after
86 a certain period of inactivity. The trade-off is that a session may be
87 closed if there is a temporary lapse of network connectivity. A setting
88 if 0 disables keepalives.
89 .SH ENVIRONMENT
90 .TP
91 .B SSH_ASKPASS
92 dbclient can use an external program to request a password from a user.
93 SSH_ASKPASS should be set to the path of a program that will return a password
94 on standard output. This program will only be used if either DISPLAY is set and
95 standard input is not a TTY, or the environment variable SSH_ASKPASS_ALWAYS is
96 set.
97 .TP
98 .B DROPBEAR_PASSWORD
99 A password to use for remote authentication can be specified in the environment
100 variable DROPBEAR_PASSWORD. Care should be taken that the password is not
101 exposed to other users on a multi-user system, or stored in accessible files.
67 .SH AUTHOR 102 .SH AUTHOR
68 Matt Johnston ([email protected]). 103 Matt Johnston ([email protected]).
69 .br 104 .br
70 Gerrit Pape ([email protected]) wrote this manual page. 105 Gerrit Pape ([email protected]) wrote this manual page.
71 .SH SEE ALSO 106 .SH SEE ALSO