update ssh keys

This commit is contained in:
Vezpi 2025-03-21 19:29:26 +00:00
parent 631afcafba
commit 65fdcc8b00
2 changed files with 3 additions and 2 deletions

View File

@ -76,7 +76,7 @@ resource "proxmox_virtual_environment_vm" "simple_vm" {
} }
user_account { user_account {
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxWxrBF6W6N2ZrzoKhTwDTZ49tlYzvki+4naHjo8DhB vez-key"] keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID62LmYRu1rDUha3timAIcA39LtcIOny1iAgFLnxoBxm vez@bastion"]
username = "vez" username = "vez"
} }

View File

@ -12,6 +12,7 @@ provider "proxmox" {
insecure = false insecure = false
ssh { ssh {
agent = false agent = false
#username = "root" private_key = file("~/.ssh/id_ed25519")
username = "root"
} }
} }