ssh asks for password despite ssh-copy-id

Posted by Aliud Alius on Server Fault See other posts from Server Fault or by Aliud Alius
Published on 2010-12-02T04:03:07Z Indexed on 2012/04/13 17:33 UTC
Read the original article Hit count: 173

Filed under:
|
|

I've been using public key authentication on a remote server for some time now for remote shell use as well as for sshfs mounts. After forcing a umount of my sshfs directory, I noticed that ssh began to prompt me for a password. I tried purging the remote .ssh/authorized_keys from any mention the local machine, and I cleaned the local machine from references to the remote machine. I then repeated my ssh-copy-id, it prompted me for a password, and returned normally. But lo and behold, when I ssh to the remote server I am still prompted for a password. I'm a little confused as to what the issue could be, any suggestions?

© Server Fault or respective owner

Related posts about ssh

Related posts about public-key