Drop vagrant ssh config

Not needed and breaks login with debian/bullseye64 image.
This commit is contained in:
Jochen Sprickerhof 2021-10-18 12:14:21 +02:00 committed by Hans-Christoph Steiner
parent dbaa3f6ec2
commit 9ddf38b69a

View file

@ -465,8 +465,6 @@ class LibvirtBuildVm(FDroidBuildVm):
vagrantfile = textwrap.dedent(
"""\
Vagrant.configure("2") do |config|
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
config.vm.provider :libvirt do |libvirt|