Hi,
I had a similar problem a few weeks ago. On my Linux side I always used ssh-copy-id to copy my public key to my VU box. authorized_keys was created in /etc/dropbear and looked OK but nothing worked. After I copied authorized_keys also to /home/root/.ssh/ I could again sign in without password.
Ralf
Hello,
I also use ssh-copy-id to copy my public key. I tried to copy also manually in /home/root/.ssh without success, here what I have :
root@vuzero:~# ls -la /etc/dropbear/ drwxr-xr-x 2 root root 312 Apr 9 10:21 . drwxr-xr-x 36 root root 6528 Apr 8 16:54 .. -rw------- 1 root root 742 Apr 9 10:20 authorized_keys -rw------- 1 root root 242 Apr 9 10:20 dropbear_rsa_host_keyand
root@vuzero:~# ls -la /home/root/.ssh/ drwxr-xr-x 2 root root 312 Apr 9 10:19 . drwx------ 4 root root 584 Apr 9 10:18 .. -rw------- 1 root root 742 Apr 8 12:41 authorized_keys -rw------- 1 root root 242 Jan 1 1970 dropbear_rsa_host_keyMaybe an issue with permission on files ?
Thx
Hi,
here is mine and it works OK:
root@vuduo4kse:~# ls -la /home/root/.ssh/ drwx------ 2 root root 4096 Feb 3 2022 . drwx------ 4 root root 4096 Nov 25 2021 .. -rw------- 1 root root 398 Jun 30 2021 authorized_keys root@vuduo4kse:~#So, there is a slight difference with yours on the "." directory
I have now the same as you, but no success.
root@vuzero:~# ls -la /home/root/.ssh/ drwx------ 2 root root 232 Apr 9 11:42 . drwx------ 4 root root 584 Apr 9 10:18 .. -rw------- 1 root root 742 Apr 8 12:41 authorized_keys
What kind of rsa key do you have on your PC ?
Mine is : flozero@desktop-PC ~ ssh-keygen -l -f .ssh/id_rsa 4096 SHA256:Qbe5118ujhf+zeu56i1jIEUI+Oj5454515 flozero@desktop-PC (RSA)