Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. [www@localhost data]$ gpg escs_hr_feed.pgp
  2.  
  3. You need a passphrase to unlock the secret key for
  4. user: "Encrypt <encrypt@email.com>"
  5. 2048-bit RSA key, ID 8E7BFE3A, created 2015-06-24 (main key ID B943D3E2)
  6.  
  7. gpg: cancelled by user
  8. gpg: encrypted with 2048-bit RSA key, ID 8E7BFE3A, created 2015-06-24
  9. "Encrypt <encrypt@email.com>"
  10. gpg: public key decryption failed: General error
  11. gpg: decryption failed: No secret key
  12. [www@localhost data]$ gpg --list-keys
  13. /home/www/.gnupg/pubring.gpg
  14. ----------------------------
  15. pub 2048R/B943D3E2 2015-06-24
  16. uid Encrypt <encrypt@email.com>
  17. uid Master <master@email.com>
  18. sub 2048R/8E7BFE3A 2015-06-24
  19. sub 2048R/6E704692 2015-06-24
  20.  
  21. [www@localhost data]$ gpg --list-secret-keys
  22. /home/www/.gnupg/secring.gpg
  23. ----------------------------
  24. sec 2048R/B943D3E2 2015-06-24
  25. uid Master <master@email.com>
  26. uid Encrypt <encrypt@email.com>
  27. ssb 2048R/8E7BFE3A 2015-06-24
  28. ssb 2048R/6E704692 2015-06-24
  29.  
  30. gpg --import publickey.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement