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