CI/CD: Add check for documented SSH keyfingerprints
Check works in two phases:
- Read hosts from
host.config
file and retrieve current SSH fingerprints. Then, check, if these fingerprints are with documentation (filedocs/access/key_fingerprints.md
) - Check if all documented fingerprints are still valid.
Todos
-
Add check in CI/CD pipeline -
Add documentation on this check
I will resolve both Todos, if you approve the check idea and implementation.
Edited by Martin Schroschk