Lines Matching refs:gpg
70 $ gpg --version | head -n1
76 Configure gpg-agent options
80 you use the ``gpg`` command and run in the background with the purpose
93 edit your ``~/.gnupg/gpg-agent.conf`` file to set your own values::
101 It is no longer necessary to start gpg-agent manually at the
168 is what you will have. You can verify by running ``gpg --list-secret-keys``,
191 $ gpg --change-passphrase [fpr]
200 $ gpg --quick-addkey [fpr] ed25519 sign
225 $ gpg --export-secret-key [fpr] | paperkey -o /tmp/key-backup.txt
273 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
308 $ gpg --with-keygrip --list-key [fpr]
340 $ gpg --list-secret-keys
347 You should also remove any ``secring.gpg`` files in the ``~/.gnupg``
354 secret keys are still stored in the legacy ``secring.gpg`` file used by
357 ``secring.gpg`` format to use ``private-keys-v1.d`` instead.
359 Once you get that done, make sure to delete the obsolete ``secring.gpg``
434 $ gpg --card-status
445 $ gpg --card-edit
447 gpg/card> admin
449 gpg/card> passwd
479 $ gpg --edit-key [fpr]
492 gpg>
496 commands are done from inside this menu mode, as indicated by ``gpg>``.
502 gpg> key 1
511 gpg> keytocard
524 gpg> key 1
525 gpg> key 2
526 gpg> keytocard
537 gpg> q
550 $ gpg --list-secret-keys
574 $ echo "Hello world" | gpg --clearsign > /tmp/test.asc
575 $ gpg --verify /tmp/test.asc
578 show "Good signature" after you run ``gpg --verify``.
597 $ gpg --list-secret-keys
613 $ gpg --quick-set-expire [fpr] 1y
618 $ gpg --quick-set-expire [fpr] 2025-07-01
622 $ gpg --send-key [fpr]
630 $ gpg --export | gpg --homedir ~/.gnupg --import
633 Using gpg-agent over ssh
636 You can forward your gpg-agent over ssh if you need to sign tags or
712 # gpg: Signature made [...]
713 # gpg: Good signature from [...]
774 Make sure you configure ``gpg-agent`` before you turn this on.
852 Add the following to your ``~/.gnupg/gpg.conf``::
866 accounts. Once you have the above changes in your ``gpg.conf``, you can
870 $ gpg --locate-keys torvalds@kernel.org gregkh@kernel.org
902 ``trust-model`` setting in ``~/.gnupg/gpg.conf``::