Solution 1. Edit #/etc/ssh/sshd_config
Change PermitRootLogin prohibit-password to yes
Solution 2. Run the command
#sudo sed -i 's/prohibit-password/yes/' /etc/ssh/sshd_config
3. Create password to root login
#passwd root
Source:
Thursday, April 6, 2017
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment