From 9b8238dce71bda6cb712fa9008cb44afcf6669cf Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 02:13:48 +0100 Subject: [PATCH] ssh cred --- data/QuickAndDirty/test.pkr.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 1a86906..bea3bc9 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -19,6 +19,8 @@ source "proxmox" "ubuntu" { os = "l26" username = "proxmox_user" password = "tvowyfv9gh23sdfAERtLWav2674" + ssh_username = "proxmox_user" + ssh_password = "tvowyfv9gh23sdfAERtLWav2674" network_adapters { model = "virtio" bridge = "vmbr0"