rclone: Use ssh key from user's home directory by default
This commit is contained in:
parent
893a1c5417
commit
981ad490d4
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
type = sftp
|
type = sftp
|
||||||
host = {{ host }}
|
host = {{ host }}
|
||||||
user = {{ remote_user }}
|
user = {{ remote_user }}
|
||||||
key_file = {{ private_key | default('/root/.ssh/id_ed25519') }}
|
key_file = {{ private_key | default('~/.ssh/id_ed25519') }}
|
||||||
known_hosts_file = /etc/ssh/ssh_known_hosts
|
known_hosts_file = /etc/ssh/ssh_known_hosts
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue