mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-08-01 09:35:04 +02:00
Add possibility to manage ssh's known_hosts file.
This commit is contained in:
@@ -59,6 +59,11 @@ users:
|
||||
ssh_auth_sources:
|
||||
- salt://keys/buser.id_rsa.pub
|
||||
# Manage the ~/.ssh/config file
|
||||
ssh_known_hosts:
|
||||
importanthost:
|
||||
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
|
||||
ssh_known_hosts.absent:
|
||||
- notimportanthost
|
||||
ssh_config:
|
||||
all:
|
||||
hostname: "*"
|
||||
|
||||
Reference in New Issue
Block a user