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

Generated SSH keys use a deprecated algorithm #1744

Open
gregharvey opened this issue May 31, 2024 · 1 comment
Open

Generated SSH keys use a deprecated algorithm #1744

gregharvey opened this issue May 31, 2024 · 1 comment

Comments

@gregharvey
Copy link
Member

This actually breaks Packer using defaults. At the moment this PR works around the problem by allowing the deprecated algorithm:

However, the proper fix is to have the debian/user_ansible role create SSH keys using a modern algorithm.

@gregharvey
Copy link
Member Author

Specifically, these tasks assume rsa instead of ecdsa:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant