comparison dbclient.1 @ 1221:f7d565054e5f

use exec for proxycommand
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Dec 2015 21:20:46 +0800
parents bf626d259eb1
children f787f60f8e45
comparison
equal deleted inserted replaced
1220:de2e39e94c68 1221:f7d565054e5f
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.