diff --git a/Vagrantfile b/Vagrantfile index 2d5d5e7..6b9e6ff 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,7 +21,8 @@ Vagrant.configure("2") do |config| # config.ssh.forward_agent = false # config.ssh.insert_key = true -# config.ssh.insert_key = false + + config.ssh.insert_key = false # config.ssh.username = "vagrant" # config.ssh.password = "vagrant" @@ -30,8 +31,6 @@ Vagrant.configure("2") do |config| # config.ssh.private_key_path = ['~/.ssh/vagrant' ] config.ssh.private_key_path = ['~/.ssh/vagrant', '~/.vagrant.d/insecure_private_key' ] - - config.vm.provider "hyperv" do |hv, override| hv.vmname = "almalinux8" hv.memory = 2048