How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "pablomalo/xubuntu-16"
config.vm.box_version = "0.1.1"
end
vagrant init pablomalo/xubuntu-16 \
--box-version 0.1.1
vagrant up
This version was created over 7 years ago.
If you get an SSH connection error when doing 'vagrant ssh', do the following:
wget https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub -O ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
chown -R vagrant:vagrant ~/.ssh