Add SSH_AUTH_SOCK

This commit is contained in:
benoit 2021-02-09 23:51:27 +00:00
parent 92a841b810
commit 969561192b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ enable-ssh-support
pinentry-program /usr/bin/pinentry-qt
systemctl --user enable --now /usr/lib/systemd/user/gpg-agent*
vim .bashrc
export SSH_AUTH_SOCK="/run/user/$(id -u)/gnupg/S.gpg-agent.ssh"
```
## Export your public key to your web server: