I have Raspbmc installed and I'm trying to get passwordless ssh working. I've copied over my public key, put is in ~/.ssh/authorized_keys2, and set the permissions to 600. However, I'm still getting prompted for my password. Anybody know what's up?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
|
I've used ssh-copy-id without problems. Try this
Then provide your actual password, and next time you will be able to login without password. |
|||||||||||
|
|
There is some general troubleshooting you can do: Local machine:
Note you can connect without adding the key to your agent:
On the RaspberryPI:
|
|||
|
|