Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoRequest: identity agent compatibility with data grip
I can't seem to get data grip (https://www.jetbrains.com/datagrip/) SSH tunnelling working with the 1-password identity agent. It has a feature to support identity elements and when I try connect it pops up with a authentication window but then fails to connect.
(Datagrip version: 2021.3.4)
1Password Version: 8.6.0
Extension Version: Not Provided
OS Version: macOS 12.2.1
13 Replies
- Former Member
Works nicely. Thank you very much for the hint!
- Former Member
It works! 🙌 Thanks floris_1P 😄
- Former Member
It works, thank you!
- floris_1P
1Password Team
That's great to hear! @ppy @dmir @pedronofuentes @alfgalf Does this also fix it for you?
- Former Member
floris_1P Changing the configuration files parser worked for me, thanks!
FWIW I don't have a symlink to the sock file, and I also have a
Include config.d/*.conf
line in my config with a non-trivialHost * !some.domain.com !some.other.domain.com
kind of setup. - floris_1P
1Password Team
There's a setting in
Advanced Settings
>SSH
that may do the trick. Could you try switching that toOpenSSH
?
- Former Member
Unable to connect to ssh-agent: "~/.1password/agent.sock" path to socket is incorrect. Using ssh-agent during SSH key-based authentication is disabled.
I can confirm that
ssh
works fine with the modifications you proposed. - floris_1P
1Password Team
What's the error message that DataGrip gives if you use a symlink without spaces?
For example:
mkdir -p ~/.1password && ln -s ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock ~/.1password/agent.sock
Host *
IdentityAgent ~/.1password/agent.sock
- Former Member
Any updates on this? Also hitting the same issue.
- Former Member
Thanks for reporting this issue! We will investigate it.