Live data from Hacker News

Free Github SSH keys anyone?

github.com

1–10 of 25 posts

Re: Free Github SSH keys anyone?

#2
It'd be a useful feature for github and bitbucket to have a default pre-commit that scans for probably-sensitive files and reject commits like that (maybe with a repo setting to opt out on the website, if you think you know what you're doing)

edit: In fact, they should probably run a full search for such files now and email a heads-up to users with repos that produce hits.

Re: Free Github SSH keys anyone?

#5
We need a cross reference between this and Facebook graph search. For science.

(I flagged, also, because this should be told to the guys at Github, not out in the open.)

Oh, and of course, Google indexes them. Fantastic.

Re: Free Github SSH keys anyone?

#6
How exactly does this happen? I can understand that some people don't understand the need to keep their private key offline, but I would have thought those people aren't really aware of the existence of the private key...so how does it end up in a github repo?

Re: Free Github SSH keys anyone?

#7

How exactly does this happen? I can understand that some people don't understand the need to keep their private key offline, but I would have thought those people aren't really aware of the existence of the private key...so how does it end up in a github repo?

    $ git add .ssh
    $ git commit

Re: Free Github SSH keys anyone?

#9
post #4

I almost can't believe someone would commit their .ssh directory to a public GitHub repo. Seriously - why? Your public key, sure, but the entire directory?

The thing that kicks my ass is that the people who did this are pulling in 6 figures for their job. And they suck.

Re: Free Github SSH keys anyone?

#10
post #4

I almost can't believe someone would commit their .ssh directory to a public GitHub repo. Seriously - why? Your public key, sure, but the entire directory?

I purpose a corollary to Hanlon's razor: Never attribute to stupidity that which is adequately explained by ignorance?
Post reply on HN