How to Disable SSH ROOT Login on Ubuntu 22.04
[ad_1] To disable root login ssh access on Ubuntu 22.04, you need to add “PermitRootLogin no” to the SSH configuration file, you can do this by opening the ssh configuration file using the command sudo nano /etc/ssh/sshd_config on terminal window. In this tutorial, we will show you how to disable root login ssh access on … Read more