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