Terraform remote-exec-provisioner is failing in Fips mode on RockyLinux 8 #34710
Labels
enhancement
provisioners
upstream
waiting-response
An issue/pull request is waiting for a response from the community
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
remote-exec-provisioner should work
Actual Behavior
remote-exec-provisioner is not working using rsa pem key type
remote-exec-provisioner (internal) 2024/02/20 03:32:17 [WARN] retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
err: timeout - last error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Steps to Reproduce
terraform apply
Additional Context
Since Fips only supports rsa and ecdsa . We have tried both and both the key types are failing for terraform
Note: Manually We are able to ssh to newly created instance by terraform via rsa pem
References
No response
The text was updated successfully, but these errors were encountered: