linderhof/roles/restic/templates/restic-ssh-config.j2
Matthias Johnson 75891c3271 initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:09:25 -07:00

4 lines
113 B
Django/Jinja

Host {{ restic_host }}
IdentityFile {{ restic_ssh_key }}
User {{ restic_user }}
Port {{ restic_ssh_port }}