ssh_config.j2 167 B

12345
  1. Host {{ restic_ssh_host }}
  2. User {{ restic_ssh_user }}
  3. HostName {{ restic_ssh_hostname }}
  4. IdentityFile {{ restic_ssh_private_key_path }}
  5. Port {{ restic_ssh_port }}