From bf1234fefb3f229fa390d0c0cfc74582a77450b4 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Wed, 30 Jul 2025 17:20:15 +0000 Subject: [PATCH] Update playbooks/templates/borg/borgmatic-config.yaml.j2 --- playbooks/templates/borg/borgmatic-config.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/templates/borg/borgmatic-config.yaml.j2 b/playbooks/templates/borg/borgmatic-config.yaml.j2 index 9beff46..4acfcf9 100644 --- a/playbooks/templates/borg/borgmatic-config.yaml.j2 +++ b/playbooks/templates/borg/borgmatic-config.yaml.j2 @@ -16,6 +16,8 @@ location: # ✅ Use a dedicated SSH key for Borg backups ssh_command: "ssh -i /root/.ssh/borg" + # To use this key each client needs the following command run: (and the public key added to the repo server) + # sudo ssh-keygen -t ed25519 -f /root/.ssh/borg storage: # ✅ Encryption key; supply via vault/secret