mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-24 13:48:08 +02:00
change borg_ssh_key_type to ed25519
This commit is contained in:
parent
a31a63df39
commit
9ec5105bc6
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user