-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
Description
Hi,
I'm having issue with the SSH of Terraform when the server only allows AES_256_CBC cipher.
I had searched past issue and also raised the issue on terraform-providers. Understand that it is due to the cipher missing from golang.
golang/go#36647
Current Terraform Version
Terraform v0.11.7
+provider.aws v2.45.0
+provider.panos v1.6.2
Uses-case
To allow ssh client to work on server that only allow CBC cipher
Attempted Solution
Nil. I currently using another script to handle the setup of the server that requires SSH/SCP.
Proposal
There was this issue raise - #5279
I'm unable to replicate what he did, but I hope his method will works as the solution.