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:
parent
dd34078c68
commit
277f232657
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
home: /srv/borg
|
||||
createhome: yes
|
||||
system: yes
|
||||
password_lock: yes
|
||||
password: '*'
|
||||
|
||||
- name: Ensure borg directories exist on server
|
||||
file:
|
||||
|
|
Reference in a new issue