I have successfully added a new user in /etc/passwd with a group in /etc/group and assigned a password.
I can login with that user with ssh - but only with password.
I have createt id_dsa.pub, id_dsa and added id_dsa.pub to authorized_keys in /home/user/.ssh - and places id_dsa on my client.
- But I am asked for password every time I try to login. If I add the same key to /etc/dropbear/authorized_keys, I can login without password as both user and root.
I am using the system as a sort of rsnapshot based remote backup - so I really need a passwordless solution.
/Thomas