borg: accept new ssh host keys

This commit is contained in:
2025-11-24 17:11:04 +01:00
parent 26600f0647
commit e1219f26c3

View File

@@ -114,7 +114,7 @@
repo = "${user}@${host}:./borgbackup/${config.networking.hostName}";
rsh = "ssh -oPort=23 -i ${
config.clan.core.vars.generators.borgbackup.files."borgbackup.ssh".path
} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null";
} -oStrictHostKeyChecking=accept-new";
};
}
);