SUDO_SENDLOG(8) | System Manager's Manual | SUDO_SENDLOG(8) |
sudo_sendlog
—
send sudo I/O log to log server
sudo_sendlog |
[-AnV ] [-b
ca_bundle] [-c
cert_file] [-h
host] [-i
iolog-id] [-k
key_file] [-p
port] [-r
restart-point] [-R
reject-reason] [-s
stop-point] [-t
number] path |
sudo_sendlog
can be used to send the
existing sudoers
I/O log path
to a remote log server such as sudo_logsrvd(8) for central
storage.
The options are as follows:
-A
,
--accept-only
-b
,
--ca-bundle
-c
,
--cert
--help
-h
,
--host
-i
,
--iolog-id
-r
option.-k
,
--key
-n
,
--no-verify
sudo_sendlog
verifies that
the server's certificate is valid and that it contains either the server's
host name or its IP address. This setting is only supported when the
connection to the remote log server is secured with TLS.-p
,
--port
-r
,
--restart
-i
option must also
be specified when restarting a transfer.-R
,
--reject
-s
,
--stop-after
-r
option. The
stop-point is an elapsed time specified in the form
“seconds,nanoseconds”.-t
,
--test
-V
,
--version
sudo_sendlog
version and exit.sudo_sendlog
supports a flexible debugging
framework that is configured via
Debug
lines in the sudo.conf(5) file.
For more information on configuring sudo.conf(5), refer to its manual.
sudo.conf(5), sudo(8), sudo_logsrv.proto(5), sudo_logsrvd(8)
Many people have worked on sudo
over the
years; this version consists of code written primarily by:
See the CONTRIBUTORS.md file in the sudo
distribution (https://www.sudo.ws/about/contributors/) for an exhaustive
list of people who have contributed to sudo
.
If you believe you have found a bug in
sudo_sendlog
, you can either file a bug report in
the sudo bug database, https://bugzilla.sudo.ws/, or open an issue at
https://github.com/sudo-project/sudo/issues. If you would prefer to use
email, messages may be sent to the sudo-workers mailing list,
https://www.sudo.ws/mailman/listinfo/sudo-workers (public) or
<sudo@sudo.ws> (private).
Please not report security vulnerabilities through public GitHub issues, Bugzilla or mailing lists. Instead, report them via email to <Todd.Miller@sudo.ws>. You may encrypt your message with PGP if you would like, using the key found at https://www.sudo.ws/dist/PGPKEYS.
Limited free support is available via the sudo-users mailing list, see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or search the archives.
sudo_sendlog
is provided “AS
IS” and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a particular
purpose are disclaimed. See the LICENSE.md file distributed with
sudo
or https://www.sudo.ws/about/license/ for
complete details.
July 14, 2024 | Sudo 1.9.16p1 |