Skip to content

Instantly share code, notes, and snippets.

@CharlyJazz
Last active September 4, 2018 00:44
Show Gist options
  • Save CharlyJazz/f7ee4eefe17a693e148b4edd6d43b8f9 to your computer and use it in GitHub Desktop.
Save CharlyJazz/f7ee4eefe17a693e148b4edd6d43b8f9 to your computer and use it in GitHub Desktop.
$ gpg2 --list-keys --keyid-format LONG/home/charlyjazz/.gnupg/pubring.gpg
-----------------------------------
pub rsa1024/<ESTE ES> 2018-06-27 [SC]
uid [ultimate] Carlos Azuaje (Good Stuff) <[email protected]>
sub rsa1024/<GLUP GLUP GLUP> 2018-06-27 [E]
$ gpg2 --armor --export <ESTE ES>
COPIAR LO QUE SALE
SETEAR VERGITA:
$ git config user.signingkey <ESTE ES>
PARA QUE ME SALGA EL DIALOGO:
$ git config --global gpg.program gpg2
PARA OBTENER MI SSH KEY
xclip -sel clip < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment