Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoSSH setup on Windows - Permission Denied error
I've been working to set up my SSH agent with 1Password as per today's release on my computers. I was able to set it up on macOS, but Windows is giving me an issue where the ssh agent can't find the ...
floris_1P
1Password Team
3 years agoAh, that explains the error that you're seeing. In OpenSSH for Windows, the agent communication does not happen over a socket like it does on macOS or Linux, but over the \\.\pipe\openssh-ssh-agent
pipe.
This actually happens automatically, so you don't have set IdentityAgent
in your SSH config. Could you try removing that snippet and run the SSH command again?