pstadler / keybase-gpg-github

Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub.
2.64k stars 182 forks source link

Don't Store GPG Keys On Filesystem #2

Closed cimnine closed 8 years ago

cimnine commented 8 years ago

This changes allows the gpg public- and private-key to be transferred to the local gpg without writing them in a file.

This is better because files can be restored fairly easy on most computers.

pstadler commented 8 years ago

That's why I put articles into a repostiory, proscht!