This commit is contained in:
n005char@gmail.com
2026-05-05 13:01:37 +03:00
parent 30861ff51c
commit 91ab092e7b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ resource "proxmox_virtual_environment_vm" "vm_ubuntu_iscsi" {
user_account {
username = "root"
password = "rootroot"
keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILLRRYg0z5DoKq+67DeZFUo+dOqz2GedGKHHjGHiMMNo dodin@ArthurDodin"
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILLRRYg0z5DoKq+67DeZFUo+dOqz2GedGKHHjGHiMMNo dodin@ArthurDodin", "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID5KraX1jeWQb7Rq24fbEKDHdPcw5OV4FK5AdApv3lXU n005char@gmail.com"]
}
}