Skip to content

Tag: security

All the articles with the tag "security".

SSH keys and secure file copy

SSH keys and secure file copy

· Updated:

Generate SSH keys, set up passwordless auth, configure SSH, and transfer files securely with SCP — the foundation of headless Linux work.

stunnel vs spiped

stunnel vs spiped

TLS tunneling for legacy plaintext services — stunnel's X.509 cert model vs spiped's pre-shared key simplicity, and when each one actually wins.

The Zero-Trust Home Lab

The Zero-Trust Home Lab

· Updated:

Apply zero-trust principles to your home lab — network segmentation, VLANs, identity-aware proxies, and Tailscale as the glue.

Wireguard VPN Server in Docker

Wireguard VPN Server in Docker

· Updated:

Run a WireGuard VPN server inside Docker — wg-easy setup, peer config generation, and getting road warrior access to your home network.

Container Escape: How to Stop It

Container Escape: How to Stop It

Containers are not VMs. Here are the real escape vectors — privileged mode, mounted sockets, kernel CVEs — and the runtime hardening that actually helps.

Cosign Keyless: Sign Without Keys

Cosign Keyless: Sign Without Keys

Cosign keyless signing uses GitHub OIDC + Fulcio + Rekor to sign container images without managing private keys. Here's how it actually works and why you want it.

Sysbox vs gVisor vs Kata

Sysbox vs gVisor vs Kata

Containers aren't security boundaries — Sysbox, gVisor, and Kata fix that. Here's which isolation runtime fits your actual threat model.