When I execute the command ssh localhost (in Ubuntu 10.10), it will display the error message "permission denied(public key)."
What may be the problem?
Is there any problem in sshd_config file in /etc/ssh? Should PasswordAuthentication be set to no? I have set the PasswordAuthentication to no, but still it gives me the error "permission denied(publickey)."
sshd_config? Why? What you are trying to do with this? – ulidtko Apr 26 '11 at 8:47