change borg_ssh_key_type to ed25519

This commit is contained in:
Frank Dornheim 2023-03-19 01:03:40 +01:00
parent a31a63df39
commit 9ec5105bc6
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@ Main features:
borgmatic_timer: systemd
borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no"
borgmatic_timer: systemd
borgbackup_user: "srv_backup"
borgbackup_group: "srv_backup"
borg_source_directories:

View File

@ -8,7 +8,7 @@ borg_lock_wait_time: 5
borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
borg_ssh_command: "ssh -i {{ borg_ssh_key_file }}"
# borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no"
borg_ssh_key_type: "rsa"
borg_ssh_key_type: "ed25519"
borg_remote_path: false
borg_remote_rate_limit: 0
borg_retention_policy: