cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 10 days agoI love fun quizzes like this. Let’s all share!imagemessage-square73linkfedilinkarrow-up11.18Karrow-down113
arrow-up11.16Karrow-down1imageI love fun quizzes like this. Let’s all share!cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 10 days agomessage-square73linkfedilink
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up1arrow-down2·10 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-squareminfapper@piefed.sociallinkfedilinkEnglisharrow-up16·10 days agoYou can derive the public key from the private key
minus-squaremcheva@lemmy.dbzer0.comlinkfedilinkarrow-up4·9 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-up9·9 days agossh-keygen -y -f ~/.ssh/id_rsa ssh-keygen (1)
minus-squareCoriza@lemmy.worldlinkfedilinkarrow-up2·10 days agoI thought that too but they are not. I discovered that recently learning and configuring wireguard.
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
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)
I thought that too but they are not. I discovered that recently learning and configuring wireguard.