Comment on SSH Keys on GitHubComments−orbjuice11yThey have blocked the search for private keys (id_rsa) but they still need to block the search for public keys (id_rsa.pub); they're usually stored together anyway. I just did this search.−netik11yI don't think they've blocked it. I can still search on id_rsa without issue.However, The majority of the keys I'm seeing are either encrypted, test fixtures, or otherwise. There are many unencrypted keys available, though!It's still surprising that people continue to check in private keys. No one learns.
Comments
They have blocked the search for private keys (id_rsa) but they still need to block the search for public keys (id_rsa.pub); they're usually stored together anyway. I just did this search.
I don't think they've blocked it. I can still search on id_rsa without issue.
However, The majority of the keys I'm seeing are either encrypted, test fixtures, or otherwise. There are many unencrypted keys available, though!
It's still surprising that people continue to check in private keys. No one learns.