How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "SierraX/openbsd-snapshot"
config.vm.box_version = "2018.04.20"
end
vagrant init SierraX/openbsd-snapshot \
--box-version 2018.04.20
vagrant up
This version was created over 6 years ago.
OpenBSD 6.3-current (GENERIC.MP)
Example Vagrantfile - in the how to use this box with Vagrant-Box the config.ssh.sudo_command is missing.