diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-12-18 21:20:46 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-12-18 21:20:46 +0800 |
commit | 4c4aa502d4a65b90a86de6c1af868984565f1fe2 (patch) | |
tree | ff2ae17e087d8edc0d0f2e0d8450a770762da6b8 /dbclient.1 | |
parent | 20bdf3a5b1a1227b55a94830e5046b68b5ebc60c (diff) |
use exec for proxycommand
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -114,7 +114,8 @@ Disconnect the session if no traffic is transmitted or received for \fIidle_time .B \-J \fIproxy_command Use the standard input/output of the program \fIproxy_command\fR rather than using a normal TCP connection. A hostname should be still be provided, as this is used for -comparing saved hostkeys. +comparing saved hostkeys. This command will be executed as "exec proxy_command ..." with the +default shell. .TP .B \-B \fIendhost:endport "Netcat-alike" mode, where Dropbear will connect to the given host, then create a |