From 529423f47acfe53f7fea1df9d7e39c130109d059 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 4 Oct 2023 17:37:11 -0700 Subject: [PATCH] util: Remove note about ssh use This is confusing and setting the ssh username and password is normal. Change-Id: Ic925e92ade47f455c86a461a267b8cad7aa6d7ba --- util/github-runners-vagrant/Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/github-runners-vagrant/Vagrantfile b/util/github-runners-vagrant/Vagrantfile index b51a8c0a9c..504e8e35da 100644 --- a/util/github-runners-vagrant/Vagrantfile +++ b/util/github-runners-vagrant/Vagrantfile @@ -9,8 +9,6 @@ Vagrant.configure("2") do |config| config.vm.box_check_update = true config.vm.define "" config.vm.hostname = "" - # 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"