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:
Bobby R. Bruce
2023-10-04 17:37:11 -07:00
parent a924fa3bdc
commit 529423f47a

View File

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