On Sun, Oct 8, 2023 at 7:53 AM Rainer Dorsch <m...@bokomoko.de> wrote: > > I have one machine on which I see during upgrade messages like: > > Setting up udev (252.17-1~deb12u1) ... > 🔐 Enter passphrase for SSL/TLS keys for 192.168.0.30:443 (RSA): > Setting up linux-image-6.1.0-13-armmp (6.1.55-1) ... > > /etc/kernel/postinst.d/initramfs-tools: > update-initramfs: Generating /boot/initrd.img-6.1.0-13-armmp > > Broadcast message from root@home (Sun 2023-10-08 13:45:07 CEST): > > Password entry required for 'Enter passphrase for SSL/TLS keys for > 192.168.0.30:443 (RSA):' (PID 25235). > Please enter password with the systemd-tty-ask-password-agent tool. > > Does anybody know where they (could) come from?
It looks like it comes from Apache via debian/ask-for-passphrase : <https://janitor.debian.net/git/apache2/commit/5e0a02b0fc6f1928dcf4dc8fc7b984ba3b8d1f7c/>. It looks like the message was changed recently. It looks like the former message was "Apache needs to decrypt your SSL Keys for $sitename ($keytype)". Jeff