Last Updated: February 25, 2016
·
1.315K
· hannesg

Get/Send SSH-Keys the Github way

Github gives you access to all public ssh keys of all users. Just add ".keys" to the user uri and get them!

E.g.: my keys: https://github.com/hannesg.keys

4 Responses
Add your response

How do I use it?

over 1 year ago ·

@tuikiken you just append ".keys" to the profile url. This url can be fetched with curl or similiar tools.

over 1 year ago ·

You can combine this with ngrok and share secure connections to your computer for code pairing or demo-ing purposes.

over 1 year ago ·

You can encrypt documents using a public key. The key owner can then decrypt the documents using the corresponding private key.

over 1 year ago ·