this post was submitted on 26 Oct 2024
327 points (94.8% liked)
Programmer Humor
19557 readers
689 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
id_rsa shouldn't exist any more.
A few days ago I was messing with my ubiquiti dream router and its ssh config option said the key should start with ssh-rsa ๐
It probably accepts other key types and it's just the UI that's outdated. I doubt they're using an SSH implementation other than Dropbear or OpenSSH, and both support ed25519.
Could be stupid input validation which requires
^ssh-rsa