You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform should prompt or error when the SSH key is secured by a password.
Actual Behavior
Terraform continuously tries to establish a remote connection (like a million times a second, spiking CPU to 100%+)
Steps to Reproduce
Add a passkey to an SSH key
Make sure the key is not added via ssh-add
terraform apply
Observe the massive output and infinite retries
Important Factoids
This only applies to people who have an SSH key secured with a password and they are not caching that password in the keychain.
The workaround is to manually run ssh-add and type in the passphrase(s), but Terraform is spamming with so much output that a CTRL + C takes 5-10min to stop after you realize this 😦.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 7, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.9.6-dev (030f26b+CHANGES)
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform should prompt or error when the SSH key is secured by a password.
Actual Behavior
Terraform continuously tries to establish a remote connection (like a million times a second, spiking CPU to 100%+)
Steps to Reproduce
ssh-add
terraform apply
Important Factoids
This only applies to people who have an SSH key secured with a password and they are not caching that password in the keychain.
The workaround is to manually run
ssh-add
and type in the passphrase(s), but Terraform is spamming with so much output that a CTRL + C takes 5-10min to stop after you realize this 😦.The text was updated successfully, but these errors were encountered: