It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoSession was not authorized - Constantly
OS: Ubuntu 20.04.4 LTS
WM: i3 (in case this helps)
op CLI version: 1.12.4
Polkit Configured/Enabled: yes
SSH_AUTH_SOCK: ~/.1password/agent.sock
~/.ssh/config
```
default for all
...
Former Member
3 years agoThanks @acr92! You put me on the right path. I could see the polkitd
daemon running, but there was no authentication agent running alongside it.
I use Xfce, so for me it was a case of installing xfce-polkit
from AUR (https://wiki.archlinux.org/title/Polkit), and then adding /usr/lib/xfce-polkit/xfce-polkit &
to my ~/.xinitrc
file.
Now the 1Password SSH agent works successfully.