Hacking my Kobo Clara HD in 2024

2024-03-31

This post is an extension of the great tutorial "Hacking my Kobo Clara HD", with the some extra details and clarifications from my experience.

1. Installing KOReader

This thread has the installation information: link.

2. Configuring SSH

<Full Path to Reader>/KOBOeReader/.adds/koreader/settings/SSH/authorized_keys

For reference, my full path on Linux looks like:

/run/media/horv/KOBOeReader/.adds/koreader/settings/SSH/authorized_keys

...and my copy command looks like:

cp ~/.ssh/id_rsa.pub /run/media/horv/KOBOeReader/.adds/koreader/settings/SSH/authorized_keys

scp -P 2222 <Local File Path> root@<Your Kobo IP>:<Destination Path on Kobo>`

3. Installing Syncthing

echo '<configuration version="18"> <gui enabled="true" tls="false" debugging="false"> <address>0.0.0.0:8384</address> </gui> </configuration>' > ~/.config/syncthing/config.xml

scp -P 2222 /etc/ssl/certs/ca-certificates.crt root@<Your Kobo IP>:/etc/ssl/certs/

sh /mnt/onboard/.adds/syncthing