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 endpoint = var.pm_api_url
api_token = var.pm_api_token api_token = var.pm_api_token
insecure = true insecure = true
# === FIX THIS ===
ssh { ssh {
agent = true agent = true
username = "root" username = "root"
# private_key = file("~/.ssh/id_rsa") # alternative to agent password = "Ishimaru17"
} }
} }