Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
senekor
2 years agoNew Contributor
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 m...
senekor
2 years agoNew Contributor
I track my dotfiles in a git repo, including .ssh/config
. That contains a wildcard to use the 1Password ssh-agent for all hosts. Now, that part of the config is removed on the branch for my server. (1Password may not even be installed there.) However, I had checked out the main branch on my server, which lead to ssh trying to access a local 1Password ssh-agent instead of the agent being forwarded over the existing ssh connection from my laptop. Fixing my ssh config solved the problem.