How did you handle modifying /root/.ssh/authorized_keys? That’s often the issue, because the line that is originally in the file blocks access to the root user. If you delete that line and then add your private key, things tend to work.
How did you handle modifying /root/.ssh/authorized_keys? That’s often the issue, because the line that is originally in the file blocks access to the root user. If you delete that line and then add your private key, things tend to work.