Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Key Type #68

Closed
ohdearaugustin opened this issue Feb 1, 2024 · 1 comment
Closed

SSH Key Type #68

ohdearaugustin opened this issue Feb 1, 2024 · 1 comment
Labels
bug This issue/PR relates to a bug.

Comments

@ohdearaugustin
Copy link
Contributor

More modern OS are starting to deprecate the rsa key algorithms for ssh (Archlinux,...)

Therefore it would be nice to make the generated key type configurable, so more modern key types like ed25519.

All supported types can be found here. (https://docs.ansible.com/ansible/latest/collections/community/crypto/openssh_keypair_module.html#parameter-type)

I would for now implement it as a environment variable.

PR: OTW

@jooola jooola added the bug This issue/PR relates to a bug. label Feb 2, 2024
jooola pushed a commit that referenced this issue Feb 2, 2024
Implements #68

Based on https://www.openssh.com/txt/release-8.7 (in the Imminent
deprecation notice section)
@ohdearaugustin
Copy link
Contributor Author

Implemented by #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants