upsate ssh
This commit is contained in:
@@ -12,6 +12,8 @@ autoinstall:
|
||||
# ssh_quiet_keygen: true
|
||||
# allow_public_ssh_keys: true
|
||||
|
||||
ssh_pwauth: true
|
||||
|
||||
locale: en_US.UTF-8
|
||||
keyboard:
|
||||
layout: us
|
||||
|
||||
@@ -92,9 +92,9 @@ 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 = "120m"
|
||||
ssh_timeout = "15m"
|
||||
ssh_username = "${var.ssh_username}"
|
||||
# ssh_password = "${var.ssh_password}"
|
||||
ssh_password = "${var.ssh_password}"
|
||||
ssh_private_key_file = "${var.ssh_private_key}"
|
||||
template_description = "Ubuntu 24.04.3, generated on ${timestamp()}"
|
||||
template_name = "${var.vm_name}"
|
||||
|
||||
Reference in New Issue
Block a user