Vagrant up ainda não funcionando. Utilizando windows 10 64 (sem hiperV) e virtualbox. Ao dar vagrant up ocorre o seguinte: J:\ALURA\VAGRANT>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'ubuntu/trusty32'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'ubuntu/trusty32' is up to date... ==> default: Setting the name of the VM: VAGRANT_default_1533065634110_5650 ==> 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: Running 'pre-boot' VM customizations... ==> 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: private key ==> default: Forcing shutdown of VM... ==> default: Destroying VM and associated drives...
C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:708:in read': Permission denied @ rb_sysopen - J:/ALURA/VAGRANT/.vagrant/machines/default/virtualbox/private_key (Errno::EACCES)
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:708:in
insecure_key?'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:172:in block in ready?'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:171:in
each'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:171:in ready?'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:85:in
block in wait_for_ready'
from C:/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:93:in block in timeout'
from C:/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in
block in catch'
from C:/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in catch'
from C:/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:33:in
catch'
from C:/Vagrant/embedded/mingw64/lib/ruby/2.4.0/timeout.rb:108:in timeout'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/communicators/ssh/communicator.rb:62:in
wait_for_ready'
from C:/Vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/lib/vagrant/action/builtin/wait_for_communicator.rb:16:in `block in call'