mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Drop vagrant ssh config
Not needed and breaks login with debian/bullseye64 image.
This commit is contained in:
parent
dbaa3f6ec2
commit
9ddf38b69a
1 changed files with 0 additions and 2 deletions
|
@ -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|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue