1
0
Fork 0

Fixed borg server account for Alpine Linux

The locked account set a password as '!' which prevents login with ssh
keys on only Alpine Linux. Setting the hashed password to '*' still
prevents ssh login with passwords but no longer blocks ssh keys.
This commit is contained in:
Julien Dessaux 2021-08-14 15:00:43 +02:00
parent dd34078c68
commit 277f232657

View file

@ -12,7 +12,7 @@
home: /srv/borg
createhome: yes
system: yes
password_lock: yes
password: '*'
- name: Ensure borg directories exist on server
file: