local-run-ssh

This commit is contained in:
CC
2026-06-23 22:58:26 +01:00
parent 67c0eda7f7
commit 0d3b95d5ba

View File

@@ -16,10 +16,11 @@ provider "proxmox" {
endpoint = var.pm_api_url
api_token = var.pm_api_token
insecure = true
# === FIX THIS ===
ssh {
agent = true
username = "root"
# private_key = file("~/.ssh/id_rsa") # alternative to agent
username = "root"
password = "Ishimaru17"
}
}