SSH Keys on GitHub
41–48 of 48 posts
Re: SSH Keys on GitHub
#42Re: SSH Keys on GitHub
#43filename:id_ed25519 filename:id_rsa filename:id_dsa filename:id_ecdsa
Re: SSH Keys on GitHub
#44Does Github have a responsibility to help people out with this kind of thing? What do you all think?
Re: SSH Keys on GitHub
#45Re: SSH Keys on GitHub
#46Update: This is no longer working: https://imgur.com/uT1fCRT
Re: SSH Keys on GitHub
#47Hmmph. I just found a bunch of free AWS keys by searching for amazon.yml, too. What is the best way to share things like API keys among a team of developers, anyway? I'm surprised this hasn't been solved already (perhaps it has and I just don't know about it). I know you can share passwords with tools like LastPass and 1Password, and I suppose you could use those for API keys as well? It'd be nice if you could, e.g.,…
I'm not sure if there are other ways, better or not... but blackbox[1] can be used to store secrets. And it might be possible to achieve some success with git filters[2], at least to avoid pushing secrets into the repository. Still... just my two cents, I'm not exactly a pro-user of those two features [1]( https://github.com/StackExchange/blackbox ) [2]( https://stackoverflow.com/questions/6557467/can-git-ignore-a...…
Re: SSH Keys on GitHub
#48And if you want to get the public key also: .keys" rel="nofollow">https://github.com/ .keys ex.: https://github.com/avinassh.keys
-y This option will read a private OpenSSH format file and print an OpenSSH public key to stdout.
For example:
ssh-keygen -y -f id_rsa > id_rsa.pub