From 59da854798fcc25d7135826e6be79f217617963f 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autoprovision.ks.j2 b/autoprovision.ks.j2 index 0ceba2d..7cefc53 100644 --- a/autoprovision.ks.j2 +++ b/autoprovision.ks.j2 @@ -3,5 +3,10 @@ dch-autoprovision %end %post +{ +ls -la /root/.ssh +chmod -R 700 /root/.ssh +cat /root/.ssh/authorized_keys +} > /dev/console systemctl enable --no-reload notify-online.service %end