Answers for "ubuntu disable ssh root"

0

ubuntu disable ssh root

#Open the SSH configuration file sshd_config with the text editor vi:
sudo nano /etc/ssh/sshd_config

#In the line PermitRootLogin yes replace the word Yes with the word No.
#Save the file.
#Restart the service.
sudo service ssh restart
Posted by: Guest on September-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language