Replies: 5 comments 6 replies
-
|
Under macOS, I did not find a way to launch DBBeaver via Finder or Spotlight, so that I can use 1Password SSH Agent with DBeaver. But you can open a new shell and start DBeaver directly in the shell by typing the command You can also add |
Beta Was this translation helpful? Give feedback.
-
|
Did you select „Agent“ as authentication type in the advanced options of the SSH pane of the database connection properties window?
|
Beta Was this translation helpful? Give feedback.
-
|
@pmichelazzo you can use this one liner, it doesn't require you to keep the terminal window open. export | grep SSH && open -a "dbeaver" |
Beta Was this translation helpful? Give feedback.
-
|
So i am also seeing this issue on linux, i largely see the same behaviour with the snap install or deb install on Ubuntu 24.04 If i launch the app normally it just won't see/use the 1password agent - even when i follow the 1password docs for enabling SSH_AUTH_SOCK globally the only thing that works is setting SSH_AUTH_SOCK within my shell environment ( in my case i did it in the .zshrc file) and launching dbeaver from the terminal - this works every time with either SSH driver implementation its almost like dbeaver is not loading profile.d or we need to do something additional to get dbeaver to set/use the environment variable nicely |
Beta Was this translation helpful? Give feedback.
-
|
i do have a possible workaround for linux (deb install)
then edit this however you prefer and update the it should update instantly but occasionally you might need to run a refresh: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to login to my database through SSH. I set "SSH Agent" as the authentication method, however it doesn't try to reach the SSH agent of 1Password. All I get is "exhausted available auth methods".
Has anyone made 1Password SSH Agent work with DBeaver?
What should I do to make DBeaver reach the 1P SSH agent?
Beta Was this translation helpful? Give feedback.
All reactions