Pi OS 6.2 admin change
- Recent Pi coverage notes a shift toward standard Linux admin habits on Bookworm-based installs instead of old conveniences. - Raspberry Pi OS 6.2 now disables passwordless sudo by default on new installations, encouraging explicit admin workflows. - How‑tos and Docker guides are written assuming service management and repository installs are normal practice now. (x.com) (x.com)
Raspberry Pi OS 6.2 now asks for a password when users run `sudo` on new installs, ending the project’s long-standing default of passwordless admin access. (raspberrypi.com) Raspberry Pi said it released version 6.2 on April 14, 2026, as the second update to its Trixie-based operating system, and called the sudo change the one “significant” item in an otherwise routine bug-fix release. (raspberrypi.com) The new default applies to fresh installations. Raspberry Pi said users now enter the current account’s password for terminal commands and some desktop actions, then get a five-minute grace period before sudo prompts again. (raspberrypi.com) On Linux, `sudo` is the shortcut that lets a regular account perform administrator tasks without logging in as root. Raspberry Pi said its old setup let any logged-in user elevate privileges just by typing `sudo`, which left a gap if someone got access to the machine. (raspberrypi.com) The shift lands after Raspberry Pi spent the last two release cycles moving its operating system closer to mainstream Debian habits. The current standard images are based on Debian 13 “Trixie,” released April 13, 2026, while the previous major line was Debian 12 “Bookworm.” (raspberrypi.com 1) (raspberrypi.com 2) That broader cleanup has already changed other defaults. In October 2024, Raspberry Pi replaced its Wayfire setup with the Labwc Wayland compositor, continuing a multi-release push away from older Pi-specific desktop choices. (raspberrypi.com) The admin change also lines up with the way current Linux server guides are written. Docker’s official install docs for Debian and Raspberry Pi OS tell users to add an Advanced Package Tool repository, install packages with `apt`, and manage the daemon with `systemctl`, not with Pi-only shortcuts. (docs.docker.com 1) (docs.docker.com 2) (docs.docker.com 3) Docker’s post-install guidance makes the security tradeoff explicit: by default, the Docker socket is owned by root, and adding a user to the `docker` group grants root-level privileges. That is the same kind of explicit privilege boundary Raspberry Pi is now surfacing in day-to-day admin work. (docs.docker.com) Raspberry Pi is not forcing the old behavior to disappear entirely. The company said users who want passwordless sudo back can re-enable it in the System tab of Control Centre, but the default on new images is now the standard password prompt. (raspberrypi.com)