util: Remove note about ssh use
This is confusing and setting the ssh username and password is normal. Change-Id: Ic925e92ade47f455c86a461a267b8cad7aa6d7ba
This commit is contained in:
2
util/github-runners-vagrant/Vagrantfile
vendored
2
util/github-runners-vagrant/Vagrantfile
vendored
@@ -9,8 +9,6 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.box_check_update = true
|
||||
config.vm.define "<VM NAME>"
|
||||
config.vm.hostname = "<VM NAME>"
|
||||
# allows us to ssh into the machine, addressing the problem below
|
||||
# https://www.reddit.com/r/vagrant/comments/sb7hfl/new_to_vagrant_getting_efault_warning/
|
||||
config.ssh.username = "vagrant"
|
||||
config.ssh.password = "vagrant"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user