Our community is getting an upgrade on July 2nd! Learn more in the FAQs →
Forum Discussion
Anonymous
2 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...
Anonymous
2 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.