add gpg-agent
This commit is contained in:
parent
7920e8bfe7
commit
b500a77f26
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue