Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. bloombergbayard@bloomberg.bayarddev.com [~]# gpg --gen-key
  2. gpg (GnuPG) 2.0.14; Copyright (C) 2009 Free Software Foundation, Inc.
  3. This is free software: you are free to change and redistribute it.
  4. There is NO WARRANTY, to the extent permitted by law.
  5.  
  6. gpg: directory `/home/bloombergbayard/.gnupg' created
  7. gpg: new configuration file `/home/bloombergbayard/.gnupg/gpg.conf' created
  8. gpg: WARNING: options in `/home/bloombergbayard/.gnupg/gpg.conf' are not yet active during this run
  9. gpg: keyring `/home/bloombergbayard/.gnupg/secring.gpg' created
  10. gpg: keyring `/home/bloombergbayard/.gnupg/pubring.gpg' created
  11. Please select what kind of key you want:
  12. (1) RSA and RSA (default)
  13. (2) DSA and Elgamal
  14. (3) DSA (sign only)
  15. (4) RSA (sign only)
  16. Your selection?
  17. RSA keys may be between 1024 and 4096 bits long.
  18. What keysize do you want? (2048)
  19. Requested keysize is 2048 bits
  20. Please specify how long the key should be valid.
  21. 0 = key does not expire
  22. <n> = key expires in n days
  23. <n>w = key expires in n weeks
  24. <n>m = key expires in n months
  25. <n>y = key expires in n years
  26. Key is valid for? (0)
  27. Key does not expire at all
  28. Is this correct? (y/N) y
  29.  
  30. GnuPG needs to construct a user ID to identify your key.
  31.  
  32. Real name: bloomberg
  33. Email address: rachelc@gmail.com
  34. Comment:
  35. You selected this USER-ID:
  36. "bloomberg <rachelc@gmail.com>"
  37.  
  38. Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O
  39. You need a Passphrase to protect your secret key.
  40.  
  41. can't connect to `/home/bloombergbayard/.gnupg/S.gpg-agent': No such file or directory
  42. gpg-agent[6137]: directory `/home/bloombergbayard/.gnupg/private-keys-v1.d' created
  43. pinentry-curses: no LC_CTYPE known - assuming UTF-8
  44. pinentry-curses: no LC_CTYPE known - assuming UTF-8
  45. pinentry-curses: no LC_CTYPE known - assuming UTF-8
  46. pinentry-curses: no LC_CTYPE known - assuming UTF-8
  47.  
  48. [1]+ Stopped gpg --gen-key
  49. bloombergbayard@bloomberg.bayarddev.com [~]# bg
  50. [1]+ gpg --gen-key &
  51. bloombergbayard@bloomberg.bayarddev.com [~]#
  52.  
  53. [1]+ Stopped gpg --gen-key
  54. bloombergbayard@bloomberg.bayarddev.com [~]#
  55. bloombergbayard@bloomberg.bayarddev.com [~]# cd .gnupg/
  56. bloombergbayard@bloomberg.bayarddev.com [~/.gnupg]# ls
  57. ./ ../ gpg.conf private-keys-v1.d/ pubring.gpg secring.gpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement