User Tools

Site Tools


doc:appunti:linux:libreelec

This is an old revision of the document!


Customizing LibreELEC

SSH Access

The default SSH password for root is libreelec and cannot be changed. If you need to access the host using SSH and you want to secure it, just disable SSH passwords and use certificates.

Copy your public RSA key to the LibreELEC device and change the SSH configuration. The SSH daemon configuration is /storage/.cache/services/sshd.conf, set it to:

SSHD_DISABLE_PW_AUTH="true"
SSH_ARGS="-o 'PasswordAuthentication no'"

Restart the daemon with systemctl restart sshd.service.

Crontab

The daemon is running, edit your crontab with crontab -e.

doc/appunti/linux/libreelec.1590398850.txt.gz · Last modified: 2020/05/25 11:27 by niccolo