Securing SSH - skyleroriordan/my-tech-journal GitHub Wiki
To disable root user login access use the command: nano or vi then /etc/ssh/sshd_config and then in the line PermitRootLogin yes, change yes to No. save the file then restart the ssh service.
To disable root user login access use the command: nano or vi then /etc/ssh/sshd_config and then in the line PermitRootLogin yes, change yes to No. save the file then restart the ssh service.