Re: [PATCH 09/11] dropbear: add a uci-defaults script for loading authorized keys

2024-09-24 Thread John Crispin
On 24.09.24 10:47, Bjørn Mork wrote: John Crispin writes: + echo -n "$ssh_authorized_key" > /etc/dropbear/authorized_keys This will unnecessarily break an image built with one or more pre-defined keys. Bjørn yeash, I'll check if the file exists and if so do nothing. ___

Re: [PATCH 09/11] dropbear: add a uci-defaults script for loading authorized keys

2024-09-24 Thread Bjørn Mork via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- John Crispin writes: > +

[PATCH 09/11] dropbear: add a uci-defaults script for loading authorized keys

2024-09-23 Thread John Crispin
Write the ssh authorized key to /etc/dropbear/ssh_authorized_keys if present inside boad.json. Signed-off-by: John Crispin --- package/network/services/dropbear/Makefile| 2 ++ .../services/dropbear/files/dropbear.defaults | 15 +++ 2 files changed, 17 insertions(+) cre