Vagrant.configure("2") do |config| config.vm.box = "generic/ubuntu2204" config.ssh.private_key_path = "~/.ssh/id_rsa" end