tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 10 days agoNatural selection in ITisanybodyusingthisprivatekey.comexternal-linkmessage-square27fedilinkarrow-up1166arrow-down15file-text
arrow-up1161arrow-down1external-linkNatural selection in ITisanybodyusingthisprivatekey.comtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 10 days agomessage-square27fedilinkfile-text
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up18·10 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?
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?