hosts/fs-01, borg-01: use host ssh key for backups
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user