reStream icon indicating copy to clipboard operation
reStream copied to clipboard

chore: Ed25519 is supported (at least) since 3.14.1.9

Open duesee opened this issue 1 year ago • 1 comments

Regarding ...

Note: the reMarkable 2 doesn't support ed25519 keys. If it's your case, try generating an ecdsa or rsa key. Try out ssh [email protected], it should not prompt for [email protected]'s password.

I just tested (v3.14.1.9) and it works. I first had issues because ssh-copy-id seemed to copy the SSH key to /etc/dropbear/authorized_keys. This didn't work. I created the /home/root/.ssh directory and added authorized_keys file there.

This is a reminder for me. Maybe we should put this into the README as well?

By the way... Thanks for this awesome project! Works like a charm! :-)

duesee avatar Oct 16 '24 17:10 duesee

I first had issues because ssh-copy-id seemed to copy the SSH key to /etc/dropbear/authorized_keys

See the warning about OpenSSH versions before 9.4: https://remarkable.guide/guide/access/ssh.html#installing-a-ssh-key-on-your-device

Eeems avatar Oct 16 '24 18:10 Eeems

Thanks!

duesee avatar Nov 13 '24 19:11 duesee