From 6c300ca545f2d07de014de13675017d2bed70ebc Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 21:16:24 -0500 Subject: [PATCH] increase ssh timeout --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index fdcf9d7..35823bd 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -91,7 +91,7 @@ source "proxmox-iso" "ubuntu-2404" { username = "${var.proxmox_username}" password = "${var.proxmox_password}" proxmox_url = "https://${var.proxmox_node}.${var.proxmox_domain}:8006/api2/json" - ssh_timeout = "15m" + ssh_timeout = "30m" ssh_username = "${var.ssh_username}" ssh_password = "${var.ssh_password}" template_description = "Ubuntu 24.04.3, generated on ${timestamp()}"