fix: proxmox root ssh

- allow proxmox hosts to accept root logins
This commit is contained in:
2024-06-10 12:07:08 +10:00
parent 6944d67e04
commit 2b36ee3efa
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -8,3 +8,7 @@ sudo::configs:
hiera_exclude:
- networking
# proxmox tools use root to authenticate against each other
ssh::server::options:
PermitRootLogin: yes