-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvement/use ed25519 temporary key pair #101
Conversation
Many Linux distributions are now disallowing the use of RSA keys by default, so it makes sense to use an ED25519 key instead. Co-authored-by: Nick <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion but otherwise this makes sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improvement/use_hcl2...improvement/use-ed25519-temporary-key-pair is helpful for reviewing this PR.
Co-authored-by: Nick <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Progress! 👍
…s/setup-python-3 Bump actions/setup-python from 2 to 3
🗣 Description
This pull request modifies the
packer
configuration to use an ED25519 temporary key pair instead of the default RSA key pair.Please note that #98 must be merged before this pull request. This branch must also be rebased after merging #98.
💭 Motivation and context
Linux distributions are starting to disallow the use of RSA keys by default, so it makes sense to use an ED25519 key instead.
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist