I set up a new system with CentOS 6.5. I copied my public key key with:
ssh-copy-id [email protected]
It took 15+ seconds for the password prompt to show, but then it copied.
However ssh to [email protected] still asks for the password. The permissions on the directory .ssh are 700 and on the file .ssh/authorized_keys 600 (owner & group) root. This is the same as on a server running Debian where public key login is working.
There is no obvious thing in the sshd_config that I could see needs to be changed.
How can I automate public key login? If that is fixed does that help speed up the login?