Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
2 years agoInstalling from AUR doesn't work with PolicyKit
I have two mostly identical EndeavourOS machines, both running KDE. On one, everything works fine. On the other, system authentication(Polkit) doesn't work, and therefore the SSH agent doesn't work e...
Anonymous
2 years agoUpdate update: I fixed the issue. There were two distinct problems here:
1Password would not use Polkit to use system authentication.
This was fixed by uninstalling 1Password yay -Rs 1password 1password-cli and deleting the AUR cache rm -R ~/.cache/yay/1pass*, then reinstalling yay -S 1password 1password-cli and system authentication worked.
1Password SSH agent would not work
This was largely my own fault. My keys are not in vault Personal and I had to https://developer.1password.com/docs/ssh/agent/config/ to use my SSH Keys vault. After configuration, and adding the ~/.ssh/config entry, running export SSH_AUTH_SOCK=~/.1password/agent.sock, and it works.