Skip to content

Use ed25519 key type for user auth where supported

Marko Zagožen requested to merge user-auth-ed25519 into master

This has no effect on the final container images, it is just a change to test configuration and scripts. This is done in preparation to upgrading the CI environment to Debian Bookworm where the SSH client is updated to start avoiding RSA type keys. Instead of just allowing RSA and using it forever, we now use ed25519 where supported.

Merge request reports