Skip to content

6.1.2.1.1 Ensure systemd-journal-remote is installed

Audit#

- IF - journald will be used for logging on the system: Run the following command to verify systemd-journal-remote is installed.

# dpkg-query -s systemd-journal-remote &>/dev/null && echo "systemd-journal-remote is installed"

Verify the output matches:

systemd-journal-remote is installed

Remediation#

Run the following command to install systemd-journal-remote:

# apt install systemd-journal-remote