rclone: Add ssh key generation and run as backup
This commit is contained in:
parent
5dc08701b2
commit
0a724359dc
2 changed files with 39 additions and 12 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue