skepller@lemmy.world to Programmer Humor@programming.devEnglish · 19 days agoGitHub authlemmy.worldimagemessage-square69linkfedilinkarrow-up1258arrow-down17
arrow-up1251arrow-down1imageGitHub authlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 19 days agomessage-square69linkfedilink
minus-squareramjambamalam@lemmy.calinkfedilinkEnglisharrow-up2·17 days agoSSH keys are more like passkeys than passwords.
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up1·edit-217 days agoI’d love to see the state of online banking if everyone were to manage their own ssh keys In all seriousness, they are similar, but not quite in this context. There’s a good project on how to make ssh key infra more scalable and innately secure. Then you can use passkeys on top if you’d like. https://github.com/openpubkey/openpubkey https://github.com/openpubkey/opkssh I personally use this on all my servers.
SSH keys are more like passkeys than passwords.
I’d love to see the state of online banking if everyone were to manage their own ssh keys
In all seriousness, they are similar, but not quite in this context.
There’s a good project on how to make ssh key infra more scalable and innately secure. Then you can use passkeys on top if you’d like.
https://github.com/openpubkey/openpubkey
https://github.com/openpubkey/opkssh
I personally use this on all my servers.