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:

  • ssh into the guest from another SSH client (e.g. Putty) using login credentials vagrant / vagrant;
  • In guest/vagrant/home, run the following commands:
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
  • Exit and run 'vagrant reload' from the host.
1 provider for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (8.85 GB)