diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-26 23:20:27 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-26 23:20:27 -0400 |
| commit | 0573ad57745a9d67d6c27240a08cd6d9668f602f (patch) | |
| tree | e63506985ec7d0b2c55692a0403778f6124e170b /roles/libvirt/templates/kickstart/f38.ks | |
| parent | 18c328be1a1a8502c956e85e01c01b7a9ff49042 (diff) | |
updating documentation, PermitRootLogin used in Kickstart if no SSH key is defined
Diffstat (limited to 'roles/libvirt/templates/kickstart/f38.ks')
| -rw-r--r-- | roles/libvirt/templates/kickstart/f38.ks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/libvirt/templates/kickstart/f38.ks b/roles/libvirt/templates/kickstart/f38.ks index 7dc7eee..de0adb8 100644 --- a/roles/libvirt/templates/kickstart/f38.ks +++ b/roles/libvirt/templates/kickstart/f38.ks @@ -41,10 +41,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 |
