From 5a0d4e1ff8954f147a9c984a826a2267508a0c5d Mon Sep 17 00:00:00 2001 From: Joshua Merrell Date: Thu, 25 Jan 2018 17:46:00 -0800 Subject: [PATCH] Just in case Canonical desides to change the default SSH username on us again --- vagrant/Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index d04f06d0..bcb496b1 100755 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -3,6 +3,8 @@ Vagrant.configure("2") do |config| + # just in case Canonical desides to change the default SSH username on us again + config.ssh.username = "vagrant" config.vm.box = "ubuntu/xenial64" # Disable automatic box update checking. If you disable this, then