DEBIAN - Post-Install Security

From wiki.1001solutions.net



Script File

#/bin/bash

apt update &&
apt install -y fail2ban rkhunter chkrootkit lynis tiger gnupg2 logwatch debsecan

exit 0