ssh_get_authentication_socket: No such file or directory
Edit: Ignore this whole post, I'm a dummy :-)
Hello, I setup ssh agent forwarding to use 1Password, but it's not working. As far as I can tell, I followed the documentation precisely. (If I have made an error, I can't find it.)
Here's where I'm currently stuck with debugging. (commands executed on the server I'm ssh'd into)
$ ssh-add -l
256 SHA256:pSWypcGHRrsqHmrtGHzbvqiC/N/87ZZDN16l4q5eLBc ssh-1Password (ED25519)
$ echo $SSH_AUTH_SOCK
/tmp/ssh-XXXXgIWbwA/agent.2781
$ ssh -Tv gh
...
debug1: get_agent_identities: ssh_get_authentication_socket: No such file or directory
...
This I do not understand. It seems to me ssh is picking up the agent forwarding. Notably, ssh-add -l is correctly showing the key I stored in 1Password that I want to forward.
But then ssh doesn't find the auth socket? (No such file or directory)
Thank you for any help.
1Password Version: 8.10.18
Extension Version: Not Provided
OS Version: Fedora 39
Browser: Not Provided
