Re: [vagrant-up] SSH not working (forcing shutdown?)

2014-05-06 Thread Goodbytes
Nope nothing... Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = chef/centos-6.5 config.vm.network private_network, ip: 192.168.33.21 config.vm.network :forwarded_port, guest: 80, host: 8080 config.vm.provision :shell, :path = install.sh config.vm.hostname =

Re: [vagrant-up] SSH not working (forcing shutdown?)

2014-05-06 Thread Goodbytes
oh and the ssh-config: $ vagrant ssh-config Host default HostName 127.0.0.1 User vagrant Port UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /Users/forcer/.vagrant.d/insecure_private_key IdentitiesOnly yes LogLevel FATAL On