add gpg-agent

This commit is contained in:
benoit 2021-02-07 12:54:46 +00:00
parent 7920e8bfe7
commit b500a77f26
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@ gpg --import pubkey.asc
gpg --card-status
```
## Use GPG Agent as SSH Agent
```
vim .gnupg/gpg-agent.conf
enable-ssh-support
systemctl --user enable --now /usr/lib/systemd/user/gpg-agent*
```
## Export your public key to your web server:
```