SSH
As I’m almost exclusively using gpg-agent
for SSH (except some cases where I use FIDO2 and resident keys),
as a substitute for ssh-agent
, I have to set it up, so other applications can connect to it.
For that we mainly have to unset
SSH_AGENT_PID
and set
SSH_AUTH_SOCK
.
This is best done in our ~/.bashrc
Dotfiles
Now that SSH is working just fine, we can switch the remote of the dotfiles repo over to use SSH.
A simple
should now succeed without any issues.