Raspberry-Pi-IaC/roles/backups/templates/ssh_config
2025-01-14 17:03:28 +01:00

5 lines
202 B
Text

Host {{ borg_base.remote_host }}
HostName {{ borg_base.remote_host }}
User {{ borg_base.remote_user }}
IdentityFile {{ backup_script_ssh_key_location }}
StrictHostKeyChecking accept-new