comparison dbclient.1 @ 1256:506f7681d0f8 coverity

merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Mar 2016 22:45:43 +0800
parents f7d565054e5f
children f787f60f8e45
comparison
equal deleted inserted replaced
1219:84cf9062718d 1256:506f7681d0f8
112 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds. 112 Disconnect the session if no traffic is transmitted or received for \fIidle_timeout\fR seconds.
113 .TP 113 .TP
114 .B \-J \fIproxy_command 114 .B \-J \fIproxy_command
115 Use the standard input/output of the program \fIproxy_command\fR rather than using 115 Use the standard input/output of the program \fIproxy_command\fR rather than using
116 a normal TCP connection. A hostname should be still be provided, as this is used for 116 a normal TCP connection. A hostname should be still be provided, as this is used for
117 comparing saved hostkeys. 117 comparing saved hostkeys. This command will be executed as "exec proxy_command ..." with the
118 default shell.
118 .TP 119 .TP
119 .B \-B \fIendhost:endport 120 .B \-B \fIendhost:endport
120 "Netcat-alike" mode, where Dropbear will connect to the given host, then create a 121 "Netcat-alike" mode, where Dropbear will connect to the given host, then create a
121 forwarded connection to \fIendhost\fR. This will then be presented as dbclient's 122 forwarded connection to \fIendhost\fR. This will then be presented as dbclient's
122 standard input/output. 123 standard input/output.