1SUDO_SENDLOG(8) BSD System Manager's Manual SUDO_SENDLOG(8)
2
4 sudo_sendlog — send sudo I/O log to log server
5
7 sudo_sendlog [-V] [-h host] [-i iolog-id] [-p port] [-r restart-point]
8 path
9
11 sudo_sendlog can be used to send the existing sudoers I/O log path to a
12 remote log server such as sudo_logsrvd(8) for central storage.
13
14 The options are as follows:
15
16 --help Display a short help message to the standard output and exit.
17
18 -h, --host Connect to the specified host instead of localhost.
19
20 -i, --iolog-id
21 Use the specified iolog-id when restarting a log transfer.
22 The iolog-id is reported by the server when it creates the
23 remote I/O log. This option may only be used in conjunction
24 with the -r option.
25
26 -p, --port Use the specified network port when connecting to the log
27 server instead of the default, port 30344.
28
29 -r, --restart
30 Restart an interrupted connection to the log server. The
31 specified restart-point is used to tell the server the point
32 in time at which to continue the log. The restart-point is
33 specified in the form “seconds,nanoseconds” and is usually
34 the last commit point received from the server. The -i
35 option must also be specified when restarting a transfer.
36
37 -V, --version
38 Print the sudo_sendlog version and exit.
39
40 Debugging sendlog
41 sudo_sendlog supports a flexible debugging framework that is configured
42 via Debug lines in the sudo.conf(5) file.
43
44 For more information on configuring sudo.conf(5), please refer to its
45 manual.
46
48 /etc/sudo.conf Sudo front end configuration
49
51 sudo.conf(5), sudo(8), sudo_logsrvd(8)
52
54 Many people have worked on sudo over the years; this version consists of
55 code written primarily by:
56
57 Todd C. Miller
58
59 See the CONTRIBUTORS file in the sudo distribution
60 (https://www.sudo.ws/contributors.html) for an exhaustive list of people
61 who have contributed to sudo.
62
64 If you feel you have found a bug in sudo_sendlog, please submit a bug
65 report at https://bugzilla.sudo.ws/
66
68 Limited free support is available via the sudo-users mailing list, see
69 https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or search
70 the archives.
71
73 sudo_sendlog is provided “AS IS” and any express or implied warranties,
74 including, but not limited to, the implied warranties of merchantability
75 and fitness for a particular purpose are disclaimed. See the LICENSE
76 file distributed with sudo or https://www.sudo.ws/license.html for com‐
77 plete details.
78
79Sudo 1.9.0b4 October 3, 2019 Sudo 1.9.0b4