From 1d4dc44668cd0d91231c836dd54761530400358a Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 16 Aug 2026 13:07:10 -0400 Subject: [PATCH] Name HOST2 by the hostname the key derivation actually uses, not its Tailscale spelling --- Partnership/ssh_setup.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Partnership/ssh_setup.sh b/Partnership/ssh_setup.sh index 881d551..28bb940 100755 --- a/Partnership/ssh_setup.sh +++ b/Partnership/ssh_setup.sh @@ -12,7 +12,13 @@ # # Key named after this server: hostname lowercased, unraid- prefix stripped. # unRAID-Gmer4Lfe → gmer4lfe_rsync_automation -# unRAID-Jayred365 → jayred365_rsync_automation +# unRAID-Jayred36 → jayred36_rsync_automation +# +# The name comes from the OS hostname, never from Tailscale. HOST2 answers to both +# `unRAID-Jayred36` (hostname -s — Unraid truncates Server Name to the 15-char NetBIOS limit) +# and `unraid-jayred365` (its Tailscale peer name), and only the first one decides this filename. +# api/setup.php derives the same path independently when it pulls master.conf, from the same +# source — so a key created under the Tailscale spelling is a key neither of them will find. # # Idempotent — skips generation if the key already exists (--force to regenerate). # Updates host*.conf with the key path on success.