mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-09-19 23:52:24 +02:00
Added option to source ssh public keys from files.
This commit is contained in:
@@ -32,6 +32,11 @@ users:
|
||||
# with the given keys
|
||||
ssh_auth_file:
|
||||
- PUBLICKEY
|
||||
# If you prefer to keep public keys as files rather
|
||||
# than inline in pillar, this works.
|
||||
ssh_auth_sources:
|
||||
- salt://keys/buser.id_rsa.pub
|
||||
|
||||
google_auth:
|
||||
ssh: |
|
||||
SOMEGAUTHHASHVAL
|
||||
|
||||
Reference in New Issue
Block a user