OpenBSD is a BSD variant with a strong security and code correctness focus.
OpenBSD is a BSD variant with a strong emphasis on security.
Philosophy
The OpenBSD project emphasizes security and has long been a proponent of cryptography. OpenSSH, the most common implementation of SSH, is produced by the OpenBSD project.
Other goals of the OpenBSD project include freeness, transparency (all development work is public), and standard compliance.
Releases
OpenBSD releases a new version approximately every six months.
Documentation
- Documentation and FAQ
- Hardware support
- Installation guide
- Security information
- Additional packages (ports)
- Manual pages, e.g. man(1)
- Mailing lists
Common tasks
- Install a package:
pkg_add
(requiresPKG_PATH
to be set)