Mercurial > dropbear
comparison dbclient.1 @ 1478:3a933956437e coverity
update coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2018 23:49:22 +0800 |
parents | f787f60f8e45 |
children | 33b872649eb7 |
comparison
equal
deleted
inserted
replaced
1439:8d24733026c5 | 1478:3a933956437e |
---|---|
131 .B \-o \fIoption | 131 .B \-o \fIoption |
132 Can be used to give options in the format used by OpenSSH config file. This is | 132 Can be used to give options in the format used by OpenSSH config file. This is |
133 useful for specifying options for which there is no separate command-line flag. | 133 useful for specifying options for which there is no separate command-line flag. |
134 For full details of the options listed below, and their possible values, see | 134 For full details of the options listed below, and their possible values, see |
135 ssh_config(5). | 135 ssh_config(5). |
136 | 136 The following options have currently been implemented: |
137 For now following options have been implemented: | 137 |
138 .RS | 138 .RS |
139 .TP | 139 .TP |
140 .B ExitOnForwardFailure | 140 .B ExitOnForwardFailure |
141 Specifies whether dbclient should terminate the connection if it cannot set up all requested local and remote port forwardings. The argument must be “yes” or “no”. The default is “no”. | 141 Specifies whether dbclient should terminate the connection if it cannot set up all requested local and remote port forwardings. The argument must be “yes” or “no”. The default is “no”. |
142 .TP | 142 .TP |
144 Send dbclient log messages to syslog in addition to stderr. | 144 Send dbclient log messages to syslog in addition to stderr. |
145 .RE | 145 .RE |
146 .TP | 146 .TP |
147 .B \-s | 147 .B \-s |
148 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 | 148 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 |
149 .TP | |
150 .B \-b \fI[address][:port] | |
151 Bind to a specific local address when connecting to the remote host. This can be used to choose from | |
152 multiple outgoing interfaces. Either address or port (or both) can be given. | |
149 .TP | 153 .TP |
150 .B \-V | 154 .B \-V |
151 Print the version | 155 Print the version |
152 | 156 |
153 .SH MULTI-HOP | 157 .SH MULTI-HOP |