update ssh keys

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

View File

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