cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 8 days agoI love fun quizzes like this. Let’s all share!lemmy.worldimagemessage-square69linkfedilinkarrow-up11
arrow-up11imageI love fun quizzes like this. Let’s all share!lemmy.worldcannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 8 days agomessage-square69linkfedilink
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up0·8 days agoIf you only know private key and not public key then isn’t it the same as only knowing public key? I thought those were interchangeable
minus-squareCoriza@lemmy.worldlinkfedilinkarrow-up0·8 days agoI thought that too but they are not. I discovered that recently learning and configuring wireguard.
minus-squareminfapper@piefed.sociallinkfedilinkEnglisharrow-up0·7 days agoYou can derive the public key from the private key
minus-squaremcheva@lemmy.dbzer0.comlinkfedilinkarrow-up0·7 days agoHow? Can you give me the commands I’ve seen it mentioned here a few times I want to try it.
minus-squarezorro@lemmy.worldlinkfedilinkEnglisharrow-up0·7 days agossh-keygen -y -f ~/.ssh/id_rsa ssh-keygen (1)
If you only know private key and not public key then isn’t it the same as only knowing public key? I thought those were interchangeable
I thought that too but they are not. I discovered that recently learning and configuring wireguard.
You can derive the public key from the private key
How? Can you give me the commands I’ve seen it mentioned here a few times I want to try it.
ssh-keygen (1)