1
0
Fork 0
dotfiles/files/.local/profile.d/setup_ssh_agent

7 lines
167 B
Plaintext
Raw Normal View History

2018-03-23 12:53:39 +00:00
# Set SSH to use gpg-agent
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi