That’s a meme page. Do NOT submit your real private keys!

  • NeatNit@discuss.tchncs.de
    link
    fedilink
    arrow-up
    19
    ·
    3 days ago

    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?