Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
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...
Former Member
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 configure the SSH agent 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.