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:
parent
063c1c4c97
commit
5a0d4e1ff8
1 changed files with 2 additions and 0 deletions
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue