I would like to enable the SSH PrintLastLog option, so that it displays before the standard MOTD as follows:-
Code
Last login: Sat Mar 23 20:31:23 2024 from 192.168.1.2
##############################################
# LibreELEC #
# https://libreelec.tv #
##############################################
LibreELEC (community): nightly-20240311-86dba4b (Generic.x86_64)
LibreELEC:~ #
It's part of the vanilla OpenSSH sshd configuration options and is listed as a commented out flag in LibreELEC's /etc/ssh/sshd_config ...
The normal LibreELEC method of supplying sshd overrides via /storage/.cache/services/sshd.conf ...
... doesn't work. I've tried various ways to quote-encapsulate and supply yes|true|on|=yes|=true|=on type Boolean arguments to the -o options but haven't got anywhere.
Am I just mangling the syntax for a thing that *should* work, or is the LibreELEC sshd compiled without that particular bit of functionality that the regular OpenSSH one has ?
Thanks.