Tag: Security

Step-by-Step: Set Up SSH Keys on Debian 10 Safely

Step-by-Step: Set Up SSH Keys on Debian 10 Safely

Who This Is For (And What Problem We’re Fixing) If you’re logging into a Debian 10 server using passwords, you’re doing it the hard way. SSH keys are easier once set up, and much safer than typing passwords all day. This guide walks you through creating SSH keys on your Debian 10 client (your own computer) and explains the prompts…

Read More »
How to Edit the sudoers File Safely with visudo

How to Edit the sudoers File Safely with visudo

If you break your sudoers file, you can lock yourself out of root. That’s the nightmare we’re trying to avoid here. This guide is for anyone managing Linux servers (VPS, bare metal, cloud instances) who needs to give or adjust sudo access without shooting their future self in the foot. I’ll walk you through how to use visudo correctly, how…

Read More »