From e2a262c9d65e61511899a1ce0f9ac6c71c9606f8 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Thu, 23 Apr 2026 04:42:20 +0000 Subject: [PATCH] Add ssh_pwauth: true to cloud-init snippets --- proxmox/snippets/mailcow-cloud-init.yaml | 2 ++ proxmox/snippets/npm-cloud-init.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/proxmox/snippets/mailcow-cloud-init.yaml b/proxmox/snippets/mailcow-cloud-init.yaml index 0d4827b..092d2da 100644 --- a/proxmox/snippets/mailcow-cloud-init.yaml +++ b/proxmox/snippets/mailcow-cloud-init.yaml @@ -3,6 +3,8 @@ # VM 201 | IP: 10.48.200.82 # Hostname: mail.web.orbishosting.com +ssh_pwauth: true + package_update: true package_upgrade: true diff --git a/proxmox/snippets/npm-cloud-init.yaml b/proxmox/snippets/npm-cloud-init.yaml index a98ab64..cc8481b 100644 --- a/proxmox/snippets/npm-cloud-init.yaml +++ b/proxmox/snippets/npm-cloud-init.yaml @@ -2,6 +2,8 @@ # Nginx Proxy Manager VM - Ubuntu 24.04 # VM 200 | IP: 10.48.200.80 +ssh_pwauth: true + package_update: true package_upgrade: true