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:
parent
dc74cb4a99
commit
b06da435d7
1 changed files with 0 additions and 4 deletions
|
|
@ -86,7 +86,3 @@ man() {
|
||||||
stty -ixon # remove ctrl-s terminal freeze
|
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue