Initial doc for HowtoGPG

This commit is contained in:
vlaborie 2017-05-13 23:53:48 +02:00
parent 06e8e9ca5e
commit 6efcebb3d9

48
HowtoGPG.md Normal file
View file

@ -0,0 +1,48 @@
---
categories: security
title: Howto GnuPG
...
* Documentation : <https://gnupg.org/documentation/index.html>
[GnuPG](https://gnupg.orf/) est une implémentation complète et libre du standard OpenPGP défini par la [RFC4880](https://www.ietf.org/rfc/rfc4880.txt).
## Installation
~~~
apt install gnupg2
~~~
## Configuration
### Agent GPG
~~~
apt install gnupg-agent pinentry-qt
~~~
### Smartcard
~~~
apt install opensc pcscd scdaemon
~~~
## Utilisation
### OpenSSH
~~~
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
~~~
### Gestionnaire de mot de passe
~~~
apt install pass
~~~
### Firefox
~~~
apt install scute
~~~