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.
___
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:
> +
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