tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 3 days agoNatural selection in ITisanybodyusingthisprivatekey.comexternal-linkmessage-square35linkfedilinkarrow-up1176arrow-down15file-text
arrow-up1171arrow-down1external-linkNatural selection in ITisanybodyusingthisprivatekey.comtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 3 days agomessage-square35linkfedilinkfile-text
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up19·3 days agoFWIW this is what I did: $ ssh-keygen -f fake_ssh_key (press Enter twice for no passphrase) and then: $ cat fake_ssh_key Which I then just copy-pasted from the terminal. Surely this can’t reveal anything about my other private keys, right?
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up14·3 days agoYes. It only reveals stuff about your defaults, which should be ed25519 globally now anyway.
minus-squareA_norny_mousse@feddit.orglinkfedilinkarrow-up2arrow-down2·3 days agoWe know your unique machine ID now.
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up2arrow-down1·3 days agoI’ll be impressed if you tell me what operating system I’m using.
FWIW this is what I did:
$ ssh-keygen -f fake_ssh_key
(press Enter twice for no passphrase)
and then:
$ cat fake_ssh_key
Which I then just copy-pasted from the terminal. Surely this can’t reveal anything about my other private keys, right?
Yes. It only reveals stuff about your defaults, which should be ed25519 globally now anyway.
We know your unique machine ID now.
I’ll be impressed if you tell me what operating system I’m using.