mirror of https://github.com/nirenjan/dotfiles.git
Add GPG agent configuration
This change forces the SSH agent to use the GPG agent for the authorization keys. This is used in order to use a smartcard as the identity for SSH authentication.master
parent
09b20d3a0a
commit
46214fd02f
|
@ -0,0 +1,3 @@
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
|
||||||
|
export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh"
|
Loading…
Reference in New Issue