Enable GPG ssh authentication

This commit is contained in:
Ian Keane 2020-07-30 13:31:09 -04:00
parent 69247fe8f6
commit 04469d7f32

View file

@ -14,3 +14,8 @@ export FZF_DEFAULT_COMMAD="find -L"
export PATH="$PATH:/opt/mssql-tools/bin"
stty -ixon # disable ctrl-s terminal freeze
# Enable GPG ssh auth
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent