I think I messed up something simple, usually you should instantly connect to your Vagrant VM using vagrant ssh . However, he is currently different from me.
C:\Users\Sem\Documents\timeline>vagrant ssh Enter passphrase for key 'C:/Users/Sem/Documents/timeline/.vagrant/machines/default/virtualbox/private_key': vagrant@127.0.0.1 password: vagrant@127.0.0.1 password: vagrant@127.0.0.1 password: Permission denied (publickey,password).
I found another person having the same problem: https://github.com/coreos/docs/issues/10#issuecomment-48903893
OS: Windows 8.1 Pro
Wandering version: 1.7.2
Vagrantfile:
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "ubuntu/trusty64" end
I tried several settings before, but if I use this Vagrantfile with vagrant destroy and vagrant up , the problem remains.
If any information is missing, let me know.
vagrant ssh ubuntu private-key
Sem
source share