Guest User

Untitled

a guest
Jan 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $ keychain --agents gpg MYPGPKEY
  2.  
  3. * keychain 2.8.2 ~ http://www.funtoo.org
  4. * Starting gpg-agent...
  5. * Warning: can't find MYPGPKEY; skipping
  6.  
  7. $ gpg --list-keys MYPGPKEY >/dev/null 2>&1 && echo "key exists"
  8. key exists
Add Comment
Please, Sign In to add comment