-
Notifications
You must be signed in to change notification settings - Fork 183
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
vagrant-digitalocean freezes after getting IP. #256
Comments
Here is the output after 30 mins of time and vagrant up is interrupted with folloing output. ==> web-staging: Destroying the droplet... |
Please provide a snippet from your |
I'm getting the same issue, here's my config
|
Are we required to use the |
Seeing the same problem here. It appears vagrant is repeatedly trying to SSH to the droplet, but isn't authenticating. I can run Vagrant version 1.9.1 |
I'm seeing the same issue. Vagrant version 1.9.1 |
I had the same issue, I removed the Vagrant SSH key from DO: |
I ran in the same issue and I'd like to clarify that if a key named Vagrant already exist in the DO account, it needs to be suppressed in order for the plugin to upload the new one. This means that it's not possible, at least by default, to use two different ssh keys to authenticate to your droplets has the plugin only uses the key named Vagrant in the account. Is there a way to specify a different DO key name for different key, I'd like that to be possible. Hope this will help anyone having the same issue. |
@pernico - it should be possible as long as you configure different |
Happened to be running into this again and did a bit more digging. With
Turns out it doesn't like my ssh-ed25519 key. Tried again with an ssh-rsa key and everything worked fine. |
Hi Guys,
I am using puphpet + vagrant-digitalocean & runing vagrant up does create the droplet at DO and get's the IP. But right after that it freezes.
Puphpet is saying, that it's not their issue but vagrant-digitalocean.
Can you please verify, if this is an known issue? and if yes, what is the solution?
Best Regards
Danyal
The text was updated successfully, but these errors were encountered: