From 463bd4cfbb0d5bd806507c6038966e86768efca5 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:51:03 +0200 Subject: [PATCH] Update gateway.pkr.hcl --- images/ami/gateway.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ami/gateway.pkr.hcl b/images/ami/gateway.pkr.hcl index dbc86156..3b3bd353 100644 --- a/images/ami/gateway.pkr.hcl +++ b/images/ami/gateway.pkr.hcl @@ -53,7 +53,7 @@ build { } provisioner "shell" { - inline = ["rm /home/ubuntu/.ssh/authorized_keys"] + inline = ["rm /home/admin/.ssh/authorized_keys"] } provisioner "shell" {