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