Skip to content

Tag: security

All the articles with the tag "security".

SSH Agent Forwarding: How It Works

SSH Agent Forwarding: How It Works

Understand SSH agent forwarding security risks. When it's safe (almost never), and better alternatives like ProxyJump for jump hosts.

The umask You've Been Ignoring

The umask You've Been Ignoring

Understand Linux umask: what it is, how 022 and 027 work, calculating file permissions, and why it matters for shared directories and security.

Ed25519 ssh keys

Ed25519 ssh keys

Ed25519 is faster and more secure than RSA for SSH keys — generate a key pair, add it to authorized_keys, and ditch the old RSA habits.