Edit ssh key file name

This commit is contained in:
admin
2026-06-12 12:54:37 +02:00
parent 2347d0227a
commit e06b030185

View File

@@ -9,7 +9,7 @@ SCRIPTSDIR="/root/scripts"
REBOOTHANDLER="/root/scripts/reboot_handler.sh" REBOOTHANDLER="/root/scripts/reboot_handler.sh"
CRONTABTMP="/tmp/crontab.root.tmp" CRONTABTMP="/tmp/crontab.root.tmp"
HOSTNAME=$(hostname) HOSTNAME=$(hostname)
KEYFILE="/root/.ssh/id_ed25519" KEYFILE="/root/.ssh/$HOSTNAME"
## 2. ALIASES ## 2. ALIASES