From 70e8bf9993bb871857532ac4e5c2527cb626a9c1 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 30 Jan 2025 13:22:51 +0100 Subject: [PATCH] Use `CertificateFile` instead of `IdentityFile` --- terraform/infrastructure/azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/infrastructure/azure/main.tf b/terraform/infrastructure/azure/main.tf index 1abb8b0be..dcdcf45ab 100644 --- a/terraform/infrastructure/azure/main.tf +++ b/terraform/infrastructure/azure/main.tf @@ -307,7 +307,7 @@ Host ${azurerm_public_ip.loadbalancer_ip[0].fqdn} Host * PreferredAuthentications publickey - IdentityFile ./emergency_ssh_key + CertificateFile=ca_cert.pub User root ProxyJump ${azurerm_public_ip.loadbalancer_ip[0].fqdn} EOF