How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bennettsmith/vagrant-ubuntu-trusty64"
end
vagrant init bennettsmith/vagrant-ubuntu-trusty64
vagrant up
This version was created about 8 years ago.
Another attempt to resolve ssh issue.
This version was created about 8 years ago.
Fixed some /etc/sudoers issues.
This version was created about 8 years ago.
Initial version.