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