From b89bb6c6a70aa765ce5530367ca1b5c961a4ec1a Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Fri, 10 Mar 2023 12:17:49 -0600 Subject: [PATCH] fix: cockpit-ws requires sshd password auth --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 4fac5c4..a4aac8a 100644 --- a/Containerfile +++ b/Containerfile @@ -39,5 +39,6 @@ RUN sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-os sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=60s/' /etc/systemd/system.conf && \ systemctl enable cockpit.service && \ systemctl enable rpm-ostreed-automatic.timer && \ + rm /etc/ssh/sshd_config.d/40-disable-passwords.conf && \ rpm-ostree cleanup -m && \ ostree container commit