hi, I've been reading a lot of posts on the list and issues on Github but I can't figure this out. I have Vagrant 1.6.3, VirtualBox 4.3.20, and Windows 7 host. Password login is turned off in the guest box. If I start the guest box from VB and ssh in with Putty, key authentication works fine. However if I do 'vagrant up' I get the
default: Warning: Connection timeout. Retrying... default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure. Retrying... I installed vagrant-multi-putty trying to fix it. The relevant part of my Vagrantfile is config.ssh.insert_key = false config.ssh.private_key_path = "c:/users/george/.ssh/vagrant/id_rsa.ppk" config.putty.private_key_path = "c:/users/george/.ssh/vagrant/id_rsa.ppk" The path is the same one used for my key file in my Putty session. When I turn on the VB gui mode in the Vagrantfile, what seems to be happening is that Vagrant gets stuck on the login prompt. But I don't understand why this would happen if it's trying to use key authentication. For example if I remove the path to the key file in the Putty session, the login attempt just fails outright and doesn't stop on the login prompt. thanks for any advice, George -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
