Cacio Securing SSH - noahcacio/Noah-s GitHub Wiki

I secured SSH from remote root access on Centos by using VI to open the SSH config file which was at /etc/ssh/sshd_config. I then changed the permit root login from yes to no ad enabled that rule by uncommenting it.