Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 20 days agocatlemmy.zipimagemessage-square21fedilinkarrow-up1322arrow-down115
arrow-up1307arrow-down1imagecatlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 20 days agomessage-square21fedilink
minus-squarefriend_of_satan@lemmy.worldlinkfedilinkEnglisharrow-up20·edit-220 days 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-up17·20 days 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-squaredbx12@programming.devlinkfedilinkarrow-up2·19 days agoCould be stupid input validation which requires ^ssh-rsa
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