How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "fredleb/archlinux-aarch64"
config.vm.box_version = "2022.0119.0816"
end
vagrant init fredleb/archlinux-aarch64 \
--box-version 2022.0119.0816
vagrant up
This version was created almost 2 years ago.
Sshd accepts ssh-rsa, as needed by Ubuntu-like hosts.
https://github.com/fredleb/vagrant-archlinux-aarch64-bootstrap/releases/tag/v2022.0119.0816