April 20, 2024

learnlinux.in

Change is the end result of all true learning

Centos 8 Security Hardening

				
					cd /etc/ssh/
vim sshd_config
PermitRootLogin no
sudo chattr +i /etc/shadow
sudo chattr +i /etc/passwd
vim /etc/selinux/SELINUX=enforcing