Created
October 8, 2016 05:12
-
-
Save sneak/7b274b4da988d77a9f80a9be8278f12c to your computer and use it in GitHub Desktop.
gpg weirdness
This file contains 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
sneak@pris:~$ gpg --keyserver pgp.mit.edu --recv-key df2a55c2 | |
gpg: keyring `/Users/sneak/.gnupg/secring.gpg' created | |
gpg: keyring `/Users/sneak/.gnupg/pubring.gpg' created | |
gpg: requesting key DF2A55C2 from hkp server pgp.mit.edu | |
gpg: /Users/sneak/.gnupg/trustdb.gpg: trustdb created | |
gpg: key DF2A55C2: public key "Jeffrey Paul <[email protected]>" imported | |
gpg: key DF2A55C2: public key "Jeffrey Paul <[email protected]>" imported | |
gpg: no ultimately trusted keys found | |
gpg: Total number processed: 2 | |
gpg: imported: 2 (RSA: 2) | |
sneak@pris:~$ gpg --list-keys | |
/Users/sneak/.gnupg/pubring.gpg | |
------------------------------- | |
pub 4096R/DF2A55C2 2014-06-16 [revoked: 2016-08-16] | |
uid [ revoked] Jeffrey Paul <[email protected]> | |
pub 4096R/DF2A55C2 2010-10-21 | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] Jeffrey Paul <[email protected]> | |
uid [ unknown] [jpeg image of size 8096] | |
sub 4096R/E6C45616 2010-10-21 | |
sneak@pris:~$ gpg -v | |
gpg: Go ahead and type your message ... | |
c^C | |
gpg: signal Interrupt caught ... exiting | |
sneak@pris:~$ gpg -V | |
gpg: invalid option "-V" | |
sneak@pris:~$ gpg --version | |
gpg (GnuPG) 2.0.30 | |
libgcrypt 1.7.3 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Home: ~/.gnupg | |
Supported algorithms: | |
Pubkey: RSA, RSA, RSA, ELG, DSA | |
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, | |
CAMELLIA128, CAMELLIA192, CAMELLIA256 | |
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 | |
Compression: Uncompressed, ZIP, ZLIB, BZIP2 | |
sneak@pris:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment