From 7b525a6ea8cfeac3f569eba6cd0d5e0d030e6e73 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 7 Jun 2021 13:31:46 +0200 Subject: [PATCH] Fix authentication keys in packer template --- packer/ubuntuserver20.04.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/ubuntuserver20.04.pkr.hcl b/packer/ubuntuserver20.04.pkr.hcl index 9a964f7..8b4f386 100644 --- a/packer/ubuntuserver20.04.pkr.hcl +++ b/packer/ubuntuserver20.04.pkr.hcl @@ -26,9 +26,9 @@ source "vsphere-iso" "ubuntuserver" { boot_wait = "2s" communicator = "ssh" - winrm_username = "root" - winrm_password = var.ssh_password - winrm_timeout = "10m" + ssh_username = "root" + ssh_password = var.ssh_password + ssh_timeout = "10m" CPUs = 2 RAM = 4096