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 agent no longer working
I have been using the 1 password ssh agent without problem for the last 4 months or so, specifically for git commit signing/ssh repo access under WSL (and using VSCode). However I started running in...
Former Member
3 years agoIn case anyone else is reading this, it appears to be a race condition between starting socat and npiperelay or something. If WSL boots before 1password is open and logged in, the WSL script thinks it is connected but it isn't. To fix it I log into 1password, pkill socat
, and then manually source ~/.agent-bridge.sh
and it works again.