CoreELEC 20.0-Nexus_alpha3 Discussion

True, looks like some locale issue. Type this command to fix it and then ssh will work again.

ssh DEVICE_IP_ADDRESS '/usr/bin/sed -e "s|^export LANG=\(.*\)|#export LANG=\1|g" -e "s|^export LC_ALL=\(.*\)|#export LC_ALL=\1|g" -i /opt/etc/profile'
1 Like