SSSD / sssd-ci-containers

Setup containerized environment for testing and developing SSSD.
GNU General Public License v3.0
10 stars 21 forks source link

keys: Each key must be of a different type #74

Closed aplopez closed 9 months ago

aplopez commented 10 months ago

A typo made all the ssh keys of type ecdsa when they must be of different types. Also fixed the hostname for the keys which must be fully-qualified.

pbrezina commented 10 months ago

Please, you also need to regenerate the keys (by calling the script) and commit them (only the missing type, leave ecdsa intact).

aplopez commented 10 months ago

Please, you also need to regenerate the keys (by calling the script) and commit them (only the missing type, leave ecdsa intact).

Done