hosts/fs-01, borg-01: use host ssh key for backups

This commit is contained in:
2025-08-23 12:40:57 -07:00
parent b6bb25996d
commit 99e2ec3114
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
};
"fs-01" = {
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPHMJMvsMZ6sckMi3PFM4ARrV21emTU1VSIyjFEYk8SX borg@fs-01"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFUk27CQfNy/qaXnUH1jkpy/X/m3sI2psqWstg6XstX5 root@fs-01"
];
path = "/mnt/data/backups/syncthing";
};

View File

@@ -46,7 +46,7 @@
unknown_unencrypted_repo_access_is_ok = false;
ssh_command = "ssh -i /etc/borgmatic.d/borg-local";
ssh_command = "ssh -i /etc/ssh/ssh_host_ed25519_key";
healthchecks = {
ping_url = "https://hc.its-et.me/ping/PlGPBqq-0rLI4N4ya3jYmg/backup-syncthing";