Maven (famous) to Programmer [email protected] • 1 month agocatlemmy.zipimagemessage-square22fedilinkarrow-up1346arrow-down119
arrow-up1327arrow-down1imagecatlemmy.zipMaven (famous) to Programmer [email protected] • 1 month agomessage-square22fedilink
minus-square@friend_of_satanlinkEnglish24•edit-21 month 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-square@[email protected]linkfedilink21•1 month 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-square@friend_of_satanlinkEnglish1•1 month 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!