StrictHostKeyChecking in example config draft tip

Mon, 02 Jun 2025 15:50:05 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 02 Jun 2025 15:50:05 -0500
changeset 150
f94987ced25e
parent 149
4d5cb76f86a2

StrictHostKeyChecking in example config

config.example.yaml file | annotate | diff | comparison | revisions
--- a/config.example.yaml	Mon Jun 02 14:58:39 2025 -0500
+++ b/config.example.yaml	Mon Jun 02 15:50:05 2025 -0500
@@ -6,6 +6,7 @@
 borg:
   executable: /usr/local/bin/borg
   common_parameters:
+    - rsh: ssh -o StrictHostKeyChecking=yes
   create_parameters:
     - exclude-from: $HOME/lib/borg-exclude-patterns.txt
   prune_parameters:

mercurial