6 lines
167 B
Text
6 lines
167 B
Text
|
Host {{ restic_ssh_host }}
|
||
|
User {{ restic_ssh_user }}
|
||
|
HostName {{ restic_ssh_hostname }}
|
||
|
IdentityFile {{ restic_ssh_private_key_path }}
|
||
|
Port {{ restic_ssh_port }}
|