@Bkg2k Ma clé était formatée en NTFS mais ce système de fichiers n'est pas non plus capable de stocker les droits linux, ce qui explique le chmod inefficace.
Il semble néanmoins qu'un bug (https://gitlab.com/recalbox/recalbox/issues/529) soit présent lors du montage de la clé USB. En effet, par défaut le montage est effectué avec les droits maximum pour tous.
J'ai contourné le problème en formatant ma clé en FAT32. Depuis, je parviens à me connecter en SSH par clé publique (sans password donc).
I have been having this issue on version 4.20 on a Raspberry Pi 3 B. Typically happens after a crash/hard reboot but sometimes after a soft reboot as well.
@rockaddicted I cannot follow the last steps to enforce my own root password as @frankie842 managed to do.
I've even tried changing the recalbox-config.sh file in raspbian to set password lenght '-w8' to a greater length . 12 and 15. Both were ignored and in the recalbox graphical interface it still shows its small 8 character password.
Yes. Both are working just fine 🙂 But maybe it would be a good idea to implmenent another solution, wouldn't it? If I would speak French, I would do the Wiki, but as soon as it is available in English, I could do the German translation, as I'Ve just did for ES.
Hello 😉 Malheureusement il n'y a pas l'outil sudo d'installé sur recalboxOS, car il n'y a pas d'utilisateurs a part root. Il va falloir trouver cette ligne qui contient la commande sudo et simplement virer le sudo... Sinon tu peux essayer de creer un fichier /usr/bin/sudo that contains something like : #!/bin/bash eval $@ And chmod +x the file.