rclone: Use hardcoded user on remote host
This commit is contained in:
parent
d050c5c723
commit
567691c3c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
[{{ host.split('.')[0] }}]
|
[{{ host.split('.')[0] }}]
|
||||||
type = sftp
|
type = sftp
|
||||||
host = {{ host }}
|
host = {{ host }}
|
||||||
user = {{ remote_user }}
|
user = backup
|
||||||
key_file = /etc/rclone/id_ed25519
|
key_file = /etc/rclone/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