mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Support multiple authorized keys
This commit is contained in:
@@ -10,7 +10,9 @@ users:
|
||||
hashed_passwd: ${user_hashed_password}
|
||||
lock_passwd: false
|
||||
ssh_authorized_keys:
|
||||
- ${user_ssh_public_key}
|
||||
%{ for key in user_ssh_public_keys ~}
|
||||
- ${key}
|
||||
%{ endfor ~}
|
||||
- name: git
|
||||
lock_passwd: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user