Mercurial > dropbear
comparison dbclient.1 @ 1206:2907c658fa76
Implemented ExitOnForwardFailure option for local and remote forwarding.
author | Konstantin Tokarev <ktokarev@smartlabs.tv> |
---|---|
date | Mon, 30 Nov 2015 20:30:58 +0300 |
parents | 80cacacfec23 |
children | bf626d259eb1 |
comparison
equal
deleted
inserted
replaced
1205:978887222d29 | 1206:2907c658fa76 |
---|---|
125 Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities. | 125 Specify a comma separated list of ciphers to enable. Use \fI-c help\fR to list possibilities. |
126 .TP | 126 .TP |
127 .B \-m \fIMAClist | 127 .B \-m \fIMAClist |
128 Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities. | 128 Specify a comma separated list of authentication MACs to enable. Use \fI-m help\fR to list possibilities. |
129 .TP | 129 .TP |
130 .B \-o \fIoption | |
131 Can be used to give options in the format used by OpenSSH config file. This is | |
132 useful for specifying options for which there is no separate command-line flag. | |
133 For full details of the options listed below, and their possible values, see | |
134 ssh_config(5). | |
135 | |
136 For now only following options have been implemented: | |
137 .RS | |
138 .RS | |
139 .TP | |
140 ExitOnForwardFailure | |
141 .RE | |
142 .RE | |
143 .TP | |
130 .B \-s | 144 .B \-s |
131 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 | 145 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 |
132 .TP | 146 .TP |
133 .B \-V | 147 .B \-V |
134 Print the version | 148 Print the version |