Maven (famous)@lemmy.zip to Programmer Humor · 2 months agocatlemmy.zipimagemessage-square23fedilinkarrow-up1374arrow-down123
arrow-up1351arrow-down1imagecatlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor · 2 months agomessage-square23fedilink
minus-squarefriend_of_satan@lemmy.worldlinkfedilinkEnglisharrow-up26·edit-22 months agoA few days ago I was messing with my ubiquiti dream router and its ssh config option said the key should start with ssh-rsa 🙄
minus-squaredan@upvote.aulinkfedilinkarrow-up22·2 months agoIt 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.
minus-squaredbx12linkfedilinkarrow-up3·2 months agoCould be stupid input validation which requires ^ssh-rsa
minus-squarefriend_of_satan@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoI thought this might be the case, but haha, nope!
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
I thought this might be the case, but haha, nope!