Something I've really come to appreciate with OpenBSD is the stability and ease of in-place upgrades. I'm not very familiar with FreeBSD, but from what I've read it seems it too has stable, straightforward, in-place version upgrades. I'd love to hear people's experiences.<p>I've found with Linux distributions that aren't rolling releases, things tend to break in annoying and insidious ways, such that you generally need to, or at least it is strongly advisable to, fresh install each time.<p>This is probably of less importance given the demise of the monolithic server, but for my own server, I really appreciate it and the avoidance of reconfiguring everything.
Telnetd is deprecated here.<p>When I started hosting professional web hosting in 1997, telnet was the standard way to log into servers. FreeBSD, which we used, didn't integrate SSH into the base system until 2000. In practice, no credentials were known to be compromised by sending them in plaintext. I recall a pretty rapid industry switch from telnet to SSH when it became available outside of OpenBSD.
Congrats to the team.<p>I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): <a href="https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15.ping.asc" rel="nofollow">https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15...</a><p>Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities.<p>1: <a href="https://www.freebsd.org/releases/12.4R/relnotes/" rel="nofollow">https://www.freebsd.org/releases/12.4R/relnotes/</a>