SYS255 Securing SSH - eitan-j/tech-journal GitHub Wiki Disable SSH for root nano /etc/ssh/sshd_config add PermitRootLogin no systemctl restart sshd