Bypass ssh access when vagrant/ubuntu14 box wont connect to network
# This is not so much a fix, just a work around to get into the vm box once loaded.
# This problem seems to be only with ubuntu14 32 bit version vagrant boxes. At least thats the case on my system.
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
config.ssh.insert_key = false