This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Vagrant can't connect to box #19
Open
Description
Hi
I'm trying to connect to the IE11 on WIN7 box and I'm having trouble connecting with the provided password "Passw0rd!" or with "vagrant" as the password.
I changed my Vagrantfile to the following:
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "IE11WIN7"
config.ssh.password = "Passw0rd!"
end
And here is the console output:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: password
vagrant@127.0.0.1's password:
No known password is working here.
What am I doing wrong?
thanks,
ccarstens
Metadata
Metadata
Assignees
Labels
No labels