tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 1 month agoNatural selection in ITisanybodyusingthisprivatekey.comexternal-linkmessage-square36linkfedilinkarrow-up1180arrow-down15file-text
arrow-up1175arrow-down1external-linkNatural selection in ITisanybodyusingthisprivatekey.comtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 1 month agomessage-square36linkfedilinkfile-text
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up19·1 month 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-up16·1 month agoYes. It only reveals stuff about your defaults, which should be ed25519 globally now anyway.
minus-squareA_norny_mousse@feddit.orglinkfedilinkarrow-up2arrow-down2·1 month agoWe know your unique machine ID now.
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up3arrow-down1·1 month 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.