irgeek wrote:
What does the key look like? It should start with ssh-dss or ssh-rsa and end with ==
-James
It starts with ssh-rsa and ends with ==
Quote:
Did you try to set;
PasswordAuthentication no
No I didn't, but I shouldn't need to. Both password and key authentication should be able to work at the same time.
Quote:
Have you sent sshd SIGHUP (or restarted it) to cause it to reread the conf file?
I'm sure you know it's not considered best practice to use the root login for SSH.
I did restart sshd, no luck. I know I shouldn't use root login, I don't, I just enabled it for testing this.