Lines Matching refs:gpg

78     $ gpg --version | head -n1
84 Configurare le opzioni di gpg-agent
88 che userete il comando ``gpg`` e funzionerà in *background* con l'obiettivo di
102 potete creare il vostro file ``~/.gnupg/gpg-agent.conf`` ed impostare i vostri
111 Non è più necessario far partire l'agente gpg manualmente all'inizio della
177 sarà il risultato. Potete verificarlo utilizzando ``gpg --list-secret-keys``,
201 $ gpg --change-passphrase [fpr]
210 $ gpg --quick-add-key [fpr] ed25519 sign
215 $ gpg --send-key [fpr]
239 $ gpg --export-secret-key [fpr] | paperkey -o /tmp/key-backup.txt
288 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
326 $ gpg --with-keygrip --list-key [fpr]
358 $ gpg --list-secret-keys
365 Dovreste rimuovere anche i file ``secring.gpg`` che si trovano nella cartella
372 chiavi segrete sono ancora salvate nel vecchio file ``secring.gpg`` usato
375 automaticamente il vecchio formato ``secring.gpg``nel nuovo
378 Una volta che l'avete fatto, assicuratevi di rimuovere il file ``secring.gpg``,
453 $ gpg --card-status
463 $ gpg --card-edit
465 gpg/card> admin
467 gpg/card> passwd
499 $ gpg --edit-key [fpr]
512 gpg>
517 da ``gpg>``.
523 gpg> key 1
532 gpg> keytocard
545 gpg> key 1
546 gpg> key 2
547 gpg> keytocard
557 gpg> q
571 $ gpg --list-secret-keys
595 $ echo "Hello world" | gpg --clearsign > /tmp/test.asc
596 $ gpg --verify /tmp/test.asc
599 mostrare "Good signature" dopo l'esecuzione di ``gpg --verify``.
618 $ gpg --list-secret-keys
634 $ gpg --quick-set-expire [fpr] 1y
639 $ gpg --quick-set-expire [fpr] 2025-07-01
643 $ gpg --send-key [fpr]
651 $ gpg --export | gpg --homedir ~/.gnupg --import
654 Usare gpg-agent con ssh
658 vostro gpg-agent attraverso ssh. Consultate le istruzioni disponibili nella wiki
732 # gpg: Signature made [...]
733 # gpg: Good signature from [...]
795 Assicuratevi di aver configurato ``gpg-agent`` prima di abilitare
872 Aggiungete il seguente testo al vostro file ``~/.gnupg/gpg.conf``::
885 kernel.org. Una volta che avete applicato le modifiche al file ``gpg.conf``,
889 $ gpg --locate-keys torvalds@kernel.org gregkh@kernel.org
923 ``trust-model`` in ``~/.gnupg/gpg.conf``::