this post was submitted on 04 Mar 2026
684 points (99.3% liked)
Programmer Humor
30183 readers
1379 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The nice thing about SSH key-based access is, I either have the key and login succeeds, or I have no business trying to log in.
That's why my remote root server bans via fail2ban after a single failed login.
Yes I've had to write support to get a KVM. Yes it's still configured like this.
i am a tailscale enjoyer, which means i can set up tailscale ssh once on each machine and then from another machine just login over tailscale
How's that different from normal ssh?
you can disable the need for a password or key if you like, and you also don't really need fail2ban, since nothing is actually port forwarded anywhere
Eh, the machine is actually in one of my wireguard nets anyways, but for different purposes.
as a nixos enjoyer, i have no idea how to setup ssh keys. fail2ban and a regular password for me.
yes, i have locked myself out of my own server for hours at a time because i'm an absolute tool.
Ehm... I'm also on Nixos and I'd say it's super trivial.