Hi,
I love the simplicity of LibreElec and thus prefer it over a Kodi installation on Debian or OSMC.
There is just one thing that drove me crazy today and cost me basically the whole day without success:
I would like to be able to login via SSH with a non-root User Account that receives certain data by a cron job in the user folder, but does not have access to anything else.
Thus, I adapted the SYSTEM-file based on HiassofT hint here: How to change files on Read-only file system
- Created /home/administrator and populated ~/.ssh based on my prior home server
- Adapted /etc/passwd, /usr/cache/shadow and /storage/.cache/shadow
But no luck. SSH replies
sshd[1207]: error: Could not get shadow information for administrator
and is now not even able to login root anymore (neither with standard password nor with my custom one).
Any idea how I could accomplish this or what I could be missing?
Please find my Log here: ix.io
Many thanks
DaC