Remove gpg ssh auth lines

This was a cool idea but results in a lot of config overhead and also
means I have to put in my gpg password every time I ssh in, so I'm just
going to use keys
This commit is contained in:
Ian Keane 2021-03-15 19:34:59 +00:00
parent dc74cb4a99
commit b06da435d7

View file

@ -86,7 +86,3 @@ man() {
stty -ixon # remove ctrl-s terminal freeze
# Enable GPG ssh auth
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent