rclone: Use hardcoded user on remote host

This commit is contained in:
Timo Makinen 2024-04-07 17:37:46 +00:00
parent d050c5c723
commit 567691c3c4

View file

@ -4,7 +4,7 @@
[{{ host.split('.')[0] }}]
type = sftp
host = {{ host }}
user = {{ remote_user }}
user = backup
key_file = /etc/rclone/id_ed25519
known_hosts_file = /etc/ssh/ssh_known_hosts
{% endfor %}