ssh key-based login to root not working?
Posted by rawhidewatch on June 1, 2009
Is your ssh key-based login to root not working? Solution:
-
chmod 700 /root/.ssh/
-
chmod 600 /root/.ssh/authorized_keys
-
restorecon -R -v /root/
Sorry, the comment form is closed at this time.