How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "fnichol/openbsd-6.8"
config.vm.box_version = "20210726.1611.0"
end
vagrant init fnichol/openbsd-6.8 \
--box-version 20210726.1611.0
vagrant up
This version was created about 3 years ago.
A minimal OpenBSD 6.8 image. OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD).