diff --git a/gpg-ssh.sh b/gpg-ssh.sh index b2d20f2..2bb76ec 100644 --- a/gpg-ssh.sh +++ b/gpg-ssh.sh @@ -1,2 +1,4 @@ echo "gpgconf --launch gpg-agent" >> ~/.zshrc echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc +echo "enable-ssh-support" >> ~/.gnupg/gpg-agent.conf +echo "08106E4A223469E096995A44B8EC0E5BB58C643C" >> ~/.gnupg/sshcontrol \ No newline at end of file