From e06b0301852abe6ee759ac234e2294628d99e413 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Jun 2026 12:54:37 +0200 Subject: [PATCH] Edit ssh key file name --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index aedac04..ca2a0a6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,7 +9,7 @@ SCRIPTSDIR="/root/scripts" REBOOTHANDLER="/root/scripts/reboot_handler.sh" CRONTABTMP="/tmp/crontab.root.tmp" HOSTNAME=$(hostname) -KEYFILE="/root/.ssh/id_ed25519" +KEYFILE="/root/.ssh/$HOSTNAME" ## 2. ALIASES