Mercurial > dropbear
comparison dbclient.1 @ 1212:bf626d259eb1
Support syslog logging in dbclient.
author | Konstantin Tokarev <ktokarev@smartlabs.tv> |
---|---|
date | Tue, 01 Dec 2015 21:55:34 +0300 |
parents | 2907c658fa76 |
children | f7d565054e5f |
comparison
equal
deleted
inserted
replaced
1211:6ecc133fb2ee | 1212:bf626d259eb1 |
---|---|
131 Can be used to give options in the format used by OpenSSH config file. This is | 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. | 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 | 133 For full details of the options listed below, and their possible values, see |
134 ssh_config(5). | 134 ssh_config(5). |
135 | 135 |
136 For now only following options have been implemented: | 136 For now following options have been implemented: |
137 .RS | |
138 .RS | 137 .RS |
139 .TP | 138 .TP |
140 ExitOnForwardFailure | 139 .B ExitOnForwardFailure |
141 .RE | 140 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 .TP | |
142 .B UseSyslog | |
143 Send dbclient log messages to syslog in addition to stderr. | |
142 .RE | 144 .RE |
143 .TP | 145 .TP |
144 .B \-s | 146 .B \-s |
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 | 147 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 |
146 .TP | 148 .TP |