SSH Agent : Connection refused
Not sure if it's related to an update, everything was working fine so far.
I can't get the agent to load the keys on git requests anymore.
The problem :
git fetch
git@github.com: Permission denied (publickey).
The ssh setup :
```
cat ~/.ssh/config
...
Host github.com-arnaudb
Hostname github.com
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
ForwardAgent yes
``
The agent setup :
```
cat ~/.config/1Password/ssh/agent.toml
[[ssh-keys]]
item = "Git Arnaudb"
vault = "Private"
```
I have a key in my Private vault named Git Arnaudb
The git repo was cloned with SSH :
git remote -v
origin git@github.com-arnaudb:MyRepo/Sandbox.git (fetch)
origin git@github.com-arnaudb:MyRepo/Sandbox.git (push)
Also i have SSH_AUTH_SOCK in my .zshrc
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
I can't connect to the agent it seems :
SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock ssh-add -l
Error connecting to agent: Connection refused
Any help would be much appreciated, thank you !
1Password Version: 8.10.34
Extension Version: Not Provided
OS Version: macOs 13.3.1
Browser: Not Provided