IBM-Cloud / vpc-tutorials

Companion scripts to VPC tutorials
https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-tutorials#VPC
Apache License 2.0
18 stars 39 forks source link

Failed to read ssh private key: password protected keys are not supported. Please decrypt the key prior to use. #88

Open data-henrik opened 1 year ago

data-henrik commented 1 year ago

I got this on Linux when trying to deploy vpc-app-deploy with Terraform:

image

One solution is to add agent=true and comment out the private_key and bastion_private_key attribute.