From 30861ff51ccaa592cc02c7738b4cabb3a89b7e57 Mon Sep 17 00:00:00 2001 From: Arthur Dodin Date: Tue, 5 May 2026 11:55:06 +0200 Subject: [PATCH] ssh key --- create-vm-ubuntu/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/create-vm-ubuntu/main.tf b/create-vm-ubuntu/main.tf index 5f97337..d50ddf5 100644 --- a/create-vm-ubuntu/main.tf +++ b/create-vm-ubuntu/main.tf @@ -20,6 +20,7 @@ resource "proxmox_virtual_environment_vm" "vm_ubuntu_iscsi" { user_account { username = "root" password = "rootroot" + keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILLRRYg0z5DoKq+67DeZFUo+dOqz2GedGKHHjGHiMMNo dodin@ArthurDodin" } }