DEBIAN - Post-Install Security

From wiki.1001solutions.net
Revision as of 10:21, 8 April 2024 by Z (talk | contribs) (Created page with "Category:Post-It == Script File == <nowiki> #/bin/bash apt update && apt install -y fail2ban rkhunter chkrootkit lynis tiger gnupg2 logwatch debsecan exit 0</nowiki>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Script File

#/bin/bash

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

exit 0