From 43a75c2ffbf8a0cdece67128311f67367f3efd1a Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Dec 2022 17:33:36 -0500 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- RHEL-Server-9.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index 78bc709..43a5eb2 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -7,8 +7,8 @@ echo "X11Forwarding no GSSAPIAuthentication no" | sudo tee -a /etc/ssh/sshd_config.d/10-custom.conf echo "PasswordAuthentication no" | sudo tee /etc/ssh/sshd_config.d/40-disable-passwords.conf -sudo dnf install tuned -y -sudo tuned-adm profile virtual-guest yara +sudo dnf install tuned yara -y +sudo tuned-adm profile virtual-guest sudo insights-client --collector malware-detection sudo sed -i 's/test_scan: true/test_scan: false/' /etc/insights-client/malware-detection-config.yml