diff options
author | Konstantin Tokarev <ktokarev@smartlabs.tv> | 2015-12-01 21:55:34 +0300 |
---|---|---|
committer | Konstantin Tokarev <ktokarev@smartlabs.tv> | 2015-12-15 16:52:53 +0300 |
commit | 3cb278c35c8889a2738f4f70775ec7f8036e76a4 (patch) | |
tree | 4b4642bc032e6ea75680a79b4c43e62c16c695eb /dbclient.1 | |
parent | c59827334cdd9e2e25ae3b75d73045d1fca3fa69 (diff) |
Support syslog logging in dbclient.
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -133,12 +133,14 @@ 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 +For now following options have been implemented: .RS .TP -ExitOnForwardFailure -.RE +.B ExitOnForwardFailure +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”. +.TP +.B UseSyslog +Send dbclient log messages to syslog in addition to stderr. .RE .TP .B \-s |