From 1e631b7bc2fd6d06a4b4bf3051e39aaf186638e0 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 14 Aug 2025 11:12:21 -0500 Subject: [PATCH] xxx --- autoprovision.ks.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autoprovision.ks.j2 b/autoprovision.ks.j2 index 0ceba2d..1cc384d 100644 --- a/autoprovision.ks.j2 +++ b/autoprovision.ks.j2 @@ -3,5 +3,11 @@ dch-autoprovision %end %post +{ +ls -la /root/.ssh +chmod -R 700 /root/.ssh +cat /root/.ssh/authorized_keys systemctl enable --no-reload notify-online.service +sed -i 's/.*ForwardToConsole.*/ForwardToConsole=yes/' /etc/systemd/journald.conf +} > /dev/console %end