summaryrefslogtreecommitdiffhomepage
path: root/dbclient.1
diff options
context:
space:
mode:
authorKonstantin Tokarev <ktokarev@smartlabs.tv>2015-11-30 20:30:58 +0300
committerKonstantin Tokarev <ktokarev@smartlabs.tv>2015-11-30 21:05:36 +0300
commit4dc1388ac76eee5af402eb751bcae4e38465a9ed (patch)
tree9440599f8f15f686256cfbf39df543fa8c476db4 /dbclient.1
parent1b69d6d6582c75a6a667d7b2513c5dce3f5504f4 (diff)
Implemented ExitOnForwardFailure option for local and remote forwarding.
Diffstat (limited to 'dbclient.1')
-rw-r--r--dbclient.114
1 files changed, 14 insertions, 0 deletions
diff --git a/dbclient.1 b/dbclient.1
index d9e7631..cd6b5c7 100644
--- a/dbclient.1
+++ b/dbclient.1
@@ -127,6 +127,20 @@ Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list p
.B \-m \fIMAClist
Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities.
.TP
+.B \-o \fIoption
+Can be used to give options in the format used by OpenSSH config file. This is
+useful for specifying options for which there is no separate command-line flag.
+For full details of the options listed below, and their possible values, see
+ssh_config(5).
+
+For now only following options have been implemented:
+.RS
+.RS
+.TP
+ExitOnForwardFailure
+.RE
+.RE
+.TP
.B \-s
The specified command will be requested as a subsystem, used for sftp. Dropbear doesn't implement sftp itself but the OpenSSH sftp client can be used eg \fIsftp -S dbclient user@host\fR
.TP