Lines Matching refs:gpg

72     $ gpg --version | head -n1
78 Configure gpg-agent options
82 you use the ``gpg`` command and run in the background with the purpose
95 edit your ``~/.gnupg/gpg-agent.conf`` file to set your own values::
103 It is no longer necessary to start gpg-agent manually at the
170 is what you will have. You can verify by running ``gpg --list-secret-keys``,
193 $ gpg --change-passphrase [fpr]
202 $ gpg --quick-addkey [fpr] ed25519 sign
220 $ gpg --export-secret-key [fpr] | paperkey -o /tmp/key-backup.txt
268 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
302 $ gpg --with-keygrip --list-key [fpr]
334 $ gpg --list-secret-keys
341 You should also remove any ``secring.gpg`` files in the ``~/.gnupg``
348 secret keys are still stored in the legacy ``secring.gpg`` file used by
351 ``secring.gpg`` format to use ``private-keys-v1.d`` instead.
353 Once you get that done, make sure to delete the obsolete ``secring.gpg``
426 $ gpg --card-status
437 $ gpg --card-edit
439 gpg/card> admin
441 gpg/card> passwd
471 $ gpg --edit-key [fpr]
484 gpg>
488 commands are done from inside this menu mode, as indicated by ``gpg>``.
494 gpg> key 1
503 gpg> keytocard
516 gpg> key 1
517 gpg> key 2
518 gpg> keytocard
529 gpg> q
542 $ gpg --list-secret-keys
566 $ echo "Hello world" | gpg --clearsign > /tmp/test.asc
567 $ gpg --verify /tmp/test.asc
570 show "Good signature" after you run ``gpg --verify``.
589 $ gpg --list-secret-keys
605 $ gpg --quick-set-expire [fpr] 1y
610 $ gpg --quick-set-expire [fpr] 2038-07-01
614 $ gpg --send-key [fpr]
622 $ gpg --export | gpg --homedir ~/.gnupg --import
625 Using gpg-agent over ssh
628 You can forward your gpg-agent over ssh if you need to sign tags or
703 # gpg: Signature made [...]
704 # gpg: Good signature from [...]
764 Make sure you configure ``gpg-agent`` before you turn this on.
846 Add the following to your ``~/.gnupg/gpg.conf``::
860 accounts. Once you have the above changes in your ``gpg.conf``, you can
864 $ gpg --locate-keys torvalds@kernel.org gregkh@kernel.org
896 ``trust-model`` setting in ``~/.gnupg/gpg.conf``::