Taking Smart Notes With Org-mode
  • About
  • Articles
  • Notes
  • Search
Home » Notes

GnuPG

May 1, 2022 · 1 min · Gray King
  • tags: Unix,Tools

Links to this note


    YubiKey-Guide

    tags: GPG, Yubikey source: https://github.com/drduh/YubiKey-Guide

    October 5, 2023 · 1 min · Gray King

    A Visual Explanation of GPG Subkeys

    tags: GPG, Yubikey source: “A Visual Explanation of GPG Subkeys - Richard Goulter’s Blog.” Accessed October 5, 2023. https://rgoulter.com/blog/posts/programming/2022-06-10-a-visual-explanation-of-gpg-subkeys.html. What does the [SC] or [E] mean in the output of gpt --list-keys: E = encrypt/descript S = sign C = certify(sign another key, establishing a trust relation) A = authentication(log in to SSH with a PG key)

    October 5, 2023 · 1 min · Gray King

    GnuPG Agent Cheatsheet

    tags: GPG, GnuPG Agent,Cheatsheet Stop GPG Agent gpg-connect-agent killagent /bye obsolete option “write-env-file” - it has no effect set -gx GPG_TTY (tty) set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent

    September 8, 2022 · 1 min · Gray King

    GnuPG Can not Sign Commit with Magit in Terminal Text Mode

    tags: Emacs,GnuPG Pinentry,GnuPG,GnuPG Agent There is a little bit more background here: I’m using Windows Subsystem Linux(WSL) now, which means I was running Emacs in a virtual machine with Debian Linux distro. And also I ran Emacs in GUI mode with WSL, the pinentry for GnuPG Agent is: /usr/bin/pinentry-gtk2, everything was prefect. This morning I couldn’t commit with Magit in Emacs, when I was running my Emacs in Terminal Text Mode. The first thing I had done is change the pinentry: ...

    May 1, 2022 · 1 min · Gray King

    GnuPG Agent

    tags: GnuPG

    May 1, 2022 · 1 min · Gray King

    GnuPG Pinentry

    tags: GnuPG,GnuPG Agent

    May 1, 2022 · 1 min · Gray King
© 2025 Taking Smart Notes With Org-mode · Powered by Hugo & PaperMod