secure-os.org
All guidesQubes OSTailsWhonixHardened LinuxDisk encryptionThreat model

Category

Hardened Linux

22 guides

secure-os wrote

SSH Permission denied (publickey): the Server Is Not Refusing Your Key, It Never Saw One

Sep 6, 2026 in ssh, authentication, linux - The message says publickey, so people regenerate keys. That is almost never the problem. In descending order of frequency: the wrong key was offered, the file permissions are too open, the username is wrong, or the server does not allow that method. How to find out in one command.

Read more…
📅 4 min read🛡️ Threat-model-first

secure-os wrote

Linux Audit Log Commands: the Six That Answer Real Questions

Sep 5, 2026 in linux, logging, auditd - journalctl, ausearch, aureport, last, lastb and auditctl cover almost everything you will ever need to ask a Linux system about its own past. What each one sees, what none of them see, and why a log on the machine is evidence of a different quality than a log shipped off it.

Read more…
📅 4 min read🛡️ Threat-model-first

secure-os wrote

Wayland vs X11: Which Is More Secure? (2026)

Jul 9, 2026 in linux, wayland, x11 - X11 lets any running app read your keystrokes and capture other windows. Wayland was designed to close that gap. What each does, the honest caveats (XWayland, portals), and why a security desktop should prefer Wayland.

Read more…
📅 4 min read🛡️ Threat-model-first

secure-os wrote

Do You Need Antivirus on Linux? An Honest 2026 Guide

Jun 26, 2026 in linux, antivirus, malware - Does Linux need antivirus? The honest answer, when it actually matters (servers, mail gateways, mixed Windows networks), the real tools - ClamAV, rkhunter, chkrootkit - and the layered defenses that protect a desktop better than a virus scanner.

Read more…
📅 8 min read🛡️ Threat-model-first

secure-os wrote

Firejail: How to Sandbox Linux Applications (2026 Guide)

Jun 25, 2026 in linux, sandboxing, firejail - A practical guide to Firejail, the SUID sandbox that confines Linux applications using namespaces and seccomp. Covers installation, profiles, common commands, real limitations, and how it compares to Flatpak and Bubblewrap.

Read more…
📅 9 min read🛡️ Threat-model-first

secure-os wrote

Is Linux More Secure Than Windows? An Honest Comparison (2026)

Jun 17, 2026 in linux, windows, security - Is Linux more secure than Windows in 2026? Linux has real structural advantages - permissions, smaller desktop attack surface, open-source auditability - but Windows has closed much of the gap. What actually makes the difference, honestly.

Read more…
📅 5 min read🛡️ Threat-model-first

secure-os wrote

Linux Hardening in 2026: The Threat-Model-First Guide

Jun 12, 2026 in linux, hardening, sysctl - A practical Linux hardening guide built around threat models, not checklists. Covers sysctl, AppArmor, SELinux, kernel parameters, and verified boot - with clear explanations of what each measure actually protects against.

Read more…
📅 9 min read🛡️ Threat-model-first