Conversation
bb99e80 to
8699b11
Compare
|
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
|
Packer has been suffering for a long time on the same issue. Will Packer be patched as well? Thanks. |
|
@mariusleu thanks for your question! The Packer maintainers may have different criteria for acceptance from the Terraform maintainers. It would be best to have that discussion on the Packer issue thread. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
The existing ssh client was relying on legacy key algorithms and could not connect to recent versions of openssh, or servers with a limited set of fips approved algorithms.
Update
golang.org/x/cryptoto allow the ssh client to make use of newer key algorithms.The server-side portion of this work is not yet completed, making a unit test difficult, but this was manually tested against an openssh server using the fedora35 fips configuration options
The module update does not contain any changes to the other packages used in terraform,
openpgpandbcrypt.Closes #30134