-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Provisioner did not have AES_256_CBC #12402
Comments
Hi @victorpng 👋 Thank you for submitting this and sorry you are running into trouble here. The code that handles provisioners currently lives upstream in the Terraform core repository (e.g. https://github.com/hashicorp/terraform/tree/master/builtin/provisioners) and the maintainers of this repository are not experts on this functionality. Since we cannot automatically transfer issues across GitHub organizations, unfortunately we can only close this issue here, but our best suggestion would be to open a GitHub issue upstream via https://github.com/hashicorp/terraform/issues/new/choose or if its truly a question versus a bug report or feature request to ask in the Terraform community forums where there are more people able to help. 👍 |
FYI - The Crypto SSH module specifically does not support AES-256-CBC, and AES-128-CBC is not a default value due to security concerns. This "fix" would be 2-part: (1) a feature request for the Crypto SSH module to add AES-256-CBC support, and (2) then would require an enhancement to Terraform Core File provisioner to be able to pass the request to use a non-standard cipher. |
Thank you. I will raise a feature request for the Crypto SSH module to add AES-256-CBC support first. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi,
I faced an issue when using Terraform to spin up and setup EC2 instance.
When running, the following error appears after waiting for 5 min:
The following is the config for the provisioner:
The version I'm using is as follows:
Terraform v0.11.7
I think there is an issue with Terraform ssh where it is missing ciphers.
Are there any solution / workaround for this? Thank you.
Best Regards,
Victor
The text was updated successfully, but these errors were encountered: