-
-
Save CharlyJazz/f7ee4eefe17a693e148b4edd6d43b8f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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