GNU Rush |
|
Restricted User Shell |
Sergey Poznyakoff |
The debug
statement sets the debugging level – an
integer value that controls the verbosity of rush
:
Set the debugging level to num.
The greater num is, the more verbose is the logging. The
debugging information is reported via syslog
at facility
‘authpriv’, priority ‘debug’. As of version 1.9,
the following debugging levels are supported:
A minimum debugging level, and the only one whose messages are logged
using the priority ‘notice’. At this level, rush
only
logs requests and rules selected to handle them. For example:
rush[16821]: Serving request "/usr/libexec/sftp-server" for sergiusz by rule sftp-savane
List all actions executed when serving requests.
Verbosely describe parsing of the configuration file.
More debugging levels may be implemented in future.
This document was generated on June 29, 2019 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.