How to recover from “Too many Authentication Failures for user root”

Are you sure that root login to ssh is allowed?

Check sshd_config and verify that root login is permitted. sshd will need to be restarted if the setting changes.

Leave a Comment