tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 13 days agoNatural selection in ITisanybodyusingthisprivatekey.comexternal-linkmessage-square20linkfedilinkarrow-up1155arrow-down15file-text
arrow-up1150arrow-down1external-linkNatural selection in ITisanybodyusingthisprivatekey.comtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 13 days agomessage-square20linkfedilinkfile-text
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up16·13 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?