I am trying to recreate some of the previous DevOps projects that I had previously created while using Parallels as my virtualization tool.
However, I saw that last month that Oracle released a new beta version of Virtualbox that does download and run on the new Apple Silicon desktops. The issue I am running into is that whenever I run "vagrant up" to provision on system while using virtualbox it seems to always hangup and stall out whenever the ssh keys are being generated. The error message states that there is an issue the provider, which in this case would be Virtualbox. I can confirm that the Vagrantfile does have the correct syntax and I also did install the vbguest extensions as well.
Is this just a bug with Virtualbox or is there is something else going on?