rclone: Add ssh key generation and run as backup

This commit is contained in:
Timo Makinen 2024-04-07 17:21:41 +00:00
parent 5dc08701b2
commit 0a724359dc
2 changed files with 39 additions and 12 deletions

View file

@ -5,6 +5,6 @@
type = sftp
host = {{ host }}
user = {{ remote_user }}
key_file = {{ private_key | default('~/.ssh/id_ed25519') }}
key_file = /etc/rclone/id_ed25519
known_hosts_file = /etc/ssh/ssh_known_hosts
{% endfor %}