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

bump packer sdk version to address legacy SSH key algorithms in SSH communicator #78

Merged
merged 1 commit into from Sep 13, 2022

Conversation

outscale-hmi
Copy link
Contributor

The issue is when connecting with Packer to the instance with SSH, we face removal of ssh-rsa from PubKeyAcceptedTypes:
RSA-2048 keys do still work in general, as long as your SSH client is using sha256 signatures
The issue is that the Go library used by Packer (and others) does not.

OpenSSH migrated the ssh-rsa key type, which historically used the ssh-rsa signature algorithm based on SHA-1, to the new rsa-sha2-256 and rsa-sha2-512 signature algorithms. (Golang issues: golang/go#49952)

Packer SDK PR : hashicorp/packer-plugin-sdk#107

So we need to bump packer sdk version to use this fix

…ommunicator

Signed-off-by: Ubuntu <outscale@ip-10-9-21-61.eu-west-2.compute.internal>
@outscale-hmi outscale-hmi merged commit 25f4a7d into outscale:main Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants