by SpaceInvader on 12/6/22, 8:31 AM with 23 comments
by YPPH on 12/6/22, 1:28 PM
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.
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.
by markstos on 12/6/22, 3:40 PM
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.
by gjadi on 12/6/22, 9:09 AM
I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15...
Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities.
by eska on 12/6/22, 9:31 AM