Add BorgBase offsite backup repository #142
1 changed files with 1 additions and 1 deletions
Fix SSH auth: use IdentitiesOnly to skip agent keys
The 1Password SSH agent offers many keys, causing "Too many authentication failures" before the BorgBase key is tried. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
40285134ac
|
|
@ -31,7 +31,7 @@ exclude_patterns:
|
|||
|
||||
encryption_passcommand: {{ borgmatic_encryption_passcommand }}
|
||||
|
||||
ssh_command: ssh -i {{ borgmatic_borgbase_ssh_key_path }}
|
||||
ssh_command: ssh -o IdentitiesOnly=yes -i {{ borgmatic_borgbase_ssh_key_path }}
|
||||
|
||||
# Retention policy
|
||||
keep_daily: {{ borgmatic_keep_daily }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue