1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-24 08:46:24 -07:00

Just in case Canonical desides to change the default SSH username on us again

This commit is contained in:
Joshua Merrell 2018-01-25 17:46:00 -08:00
parent 063c1c4c97
commit 5a0d4e1ff8

2
vagrant/Vagrantfile vendored
View file

@ -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