aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/templates/kickstart/el9.ks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/libvirt/templates/kickstart/el9.ks')
-rw-r--r--roles/libvirt/templates/kickstart/el9.ks4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/libvirt/templates/kickstart/el9.ks b/roles/libvirt/templates/kickstart/el9.ks
index 37dc7ac..b37bcf0 100644
--- a/roles/libvirt/templates/kickstart/el9.ks
+++ b/roles/libvirt/templates/kickstart/el9.ks
@@ -42,10 +42,10 @@ cat <<EOF >/root/.ssh/authorized_keys
{{ libvirt_kickstart_root_ssh_key }}
EOF
-### set permissions
chmod 0600 /root/.ssh/authorized_keys
-### fix up selinux context
restorecon -R /root/.ssh/
+{{ libvirt_kickstart_allow_root_ssh }}
+
%end