-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
remote-exec and file privisioners failling to authenticate #2563
Comments
Seeing this also since upgrading to 0.6.0. |
I was able to work around setting "agent = false" on the connection settings, on 0.6.0 On July 2, 2015 7:41:50 PM GMT-03:00, Adam Ochonicki notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
still getting the issue in 0.10.8 vsphere_virtual_machine.web: Still creating... (5m30s elapsed) Error: Error applying plan:
|
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. |
I am attempting to spin up a server using the
remote-exec/file
provisioners and am running in to issues. I had previously (0.4.x) usedremote-exec
successfully but it no longer seems to be working as I had expected. Did something change recently or maybe I am overlooking something simple?Here is the bit in my
.tf
file.The
key_path
variable is pointing at the private key.Here is the error.
I can manually SSH to the server with the key file I am attempting to use.
The text was updated successfully, but these errors were encountered: