How to use gpg as ssh agent.
If you don’t know how to create GPG keys read How to create GPG key-pair
This setup is for Mac users
Enable the GPG-agent ssh support by typing this in your terminal
echo enable-ssh-support >> $HOME/.gnupg/gpg-agent.conf
Set SSH_AUTH_SOCK so that SSH...
dev.vengalath.com2 min read