skepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoGitHub authlemmy.worldimagemessage-square78fedilinkarrow-up1716arrow-down116
arrow-up1700arrow-down1imageGitHub authlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square78fedilink
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up1·edit-216 hours 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.
minus-squareramjambamalam@lemmy.calinkfedilinkEnglisharrow-up1·7 hours ago I’d love to see the state of online banking if everyone were to manage their own ssh keys Most people couldn’t figure out how to download a binary release from a GitHub repo, much less clone it, regardless of HTTP or SSH.
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.
Most people couldn’t figure out how to download a binary release from a GitHub repo, much less clone it, regardless of HTTP or SSH.
True, not the point though