restore default StrictHostKeyChecking
This commit is contained in:
parent
bab42b27bd
commit
e4acbd03f2
@ -8,7 +8,7 @@ borg_lock_wait_time: 5
|
||||
borg_ssh_key_type: "ed25519"
|
||||
borg_ssh_key_name: "id_{{ borg_ssh_key_type }}"
|
||||
borg_ssh_key_file_path: "{{ backup_user_info.home }}/.ssh/{{ borg_ssh_key_name }}"
|
||||
borg_ssh_command: "ssh -i {{ borg_ssh_key_file_path }} -o StrictHostKeyChecking=accept-new"
|
||||
borg_ssh_command: "ssh -i {{ borg_ssh_key_file_path }}"
|
||||
borg_remote_path: false
|
||||
borg_remote_rate_limit: 0
|
||||
borg_retention_policy:
|
||||
|
Loading…
Reference in New Issue
Block a user